qsynth: add linux as a platform

This commit is contained in:
Cillian de Róiste 2014-01-19 12:26:35 +01:00
parent 83a2e8554b
commit 52213afd48

View file

@ -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 ];
};
}