qjackctl: adopt it and tidy up the metadata

This commit is contained in:
Cillian de Róiste
2015-10-25 18:59:47 +01:00
parent 0cfd2267b0
commit 506f511afa
+4 -3
View File
@@ -15,10 +15,11 @@ stdenv.mkDerivation rec {
configureFlags = "--enable-jack-version"; configureFlags = "--enable-jack-version";
meta = { meta = with stdenv.lib; {
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 = licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux; maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux;
}; };
} }