libinstpatch: enable on darwin
This commit is contained in:
parent
577ab2b68b
commit
49e2a18dbd
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
|
|||
description = "MIDI instrument patch files support library";
|
||||
license = licenses.lgpl21;
|
||||
maintainers = with maintainers; [ orivej ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue