Unverified Commit 7713ac82 authored by Niols's avatar Niols
Browse files

Link TiMIDIty++ tests to the package

parent 7518588d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{ 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;