about summary refs log tree commit diff
path: root/pkgs/applications/audio/qsynth
diff options
context:
space:
mode:
authorCillian de Róiste <goibhniu@fsfe.org>2014-01-19 12:26:35 +0100
committerCillian de Róiste <goibhniu@fsfe.org>2014-01-19 12:26:35 +0100
commit52213afd481b488636968dc373203a1f9db5b2a6 (patch)
tree7319d1d9905674dcf3b5f3f9a3e4aa75f6e92e69 /pkgs/applications/audio/qsynth
parent83a2e8554bd824663a59ca8eec277acf202ba480 (diff)
qsynth: add linux as a platform
Diffstat (limited to 'pkgs/applications/audio/qsynth')
-rw-r--r--pkgs/applications/audio/qsynth/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/qsynth/default.nix b/pkgs/applications/audio/qsynth/default.nix
index 3397b4de75177..05e6da223dad0 100644
--- a/pkgs/applications/audio/qsynth/default.nix
+++ b/pkgs/applications/audio/qsynth/default.nix
@@ -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 ];
   };
 }