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

View File

@ -15,10 +15,11 @@ stdenv.mkDerivation rec {
configureFlags = "--enable-jack-version";
meta = {
meta = with stdenv.lib; {
description = "A Qt application to control the JACK sound server daemon";
homepage = http://qjackctl.sourceforge.net/;
license = "GPL";
platforms = stdenv.lib.platforms.linux;
license = licenses.gpl2Plus;
maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux;
};
}