qjackctl: add meta.platforms
This commit is contained in:
parent
6603ef3bf8
commit
32c087ab15
@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A Qt application to control the JACK sound server daemon";
|
description = "A Qt application to control the JACK sound server daemon";
|
||||||
homepage = http://qjackctl.sourceforge.net/;
|
homepage = http://qjackctl.sourceforge.net/;
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user