Link TiMIDIty++ tests to the package

This commit is contained in:
Niols 2024-10-23 12:06:14 +02:00
parent 7518588df6
commit 7713ac827e
No known key found for this signature in database
GPG Key ID: 0B4EB01A5527EA54

View File

@ -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;