Link TiMIDIty++ tests to the package
This commit is contained in:
parent
7518588df6
commit
7713ac827e
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchurl
|
||||
, nixosTests
|
||||
, pkg-config
|
||||
, memstreamHook
|
||||
, CoreAudio
|
||||
@ -102,6 +103,8 @@ stdenv.mkDerivation rec {
|
||||
# This fixup step is unnecessary and fails on Darwin
|
||||
dontRewriteSymlinks = stdenv.hostPlatform.isDarwin;
|
||||
|
||||
passthru.tests = nixosTests.timidity;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://sourceforge.net/projects/timidity/";
|
||||
license = licenses.gpl2Plus;
|
||||
|
Loading…
Reference in New Issue
Block a user