qjackctl: add meta.platforms

This commit is contained in:
Bjørn Forsman 2014-01-14 17:16:09 +01:00
parent 6603ef3bf8
commit 32c087ab15

View File

@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
description = "A Qt application to control the JACK sound server daemon";
homepage = http://qjackctl.sourceforge.net/;
license = "GPL";
platforms = stdenv.lib.platforms.linux;
};
}