forked from mirrors/nixpkgs
qsynth: add linux as a platform
This commit is contained in:
parent
83a2e8554b
commit
52213afd48
|
@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Fluidsynth GUI";
|
||||
homepage = http://sourceforge.net/projects/qsynth;
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.goibhniu ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue