summary refs log tree commit diff
path: root/pkgs/development/libraries/audio/raul/default.nix
diff options
context:
space:
mode:
authorCillian de Róiste <goibhniu@fsfe.org>2014-03-09 20:33:35 +0100
committerCillian de Róiste <goibhniu@fsfe.org>2014-03-09 20:33:35 +0100
commit13278f2596c19748b4320fe6b7623fcbf7bbb287 (patch)
tree33e35212eba545be6b9fb7196a2076f77edffee2 /pkgs/development/libraries/audio/raul/default.nix
parentd21323cbf89ef27ee52b85d5eaa3eacaaed2cc98 (diff)
downloadnixpkgs-13278f2596c19748b4320fe6b7623fcbf7bbb287.tar
nixpkgs-13278f2596c19748b4320fe6b7623fcbf7bbb287.tar.gz
nixpkgs-13278f2596c19748b4320fe6b7623fcbf7bbb287.tar.bz2
nixpkgs-13278f2596c19748b4320fe6b7623fcbf7bbb287.tar.lz
nixpkgs-13278f2596c19748b4320fe6b7623fcbf7bbb287.tar.xz
nixpkgs-13278f2596c19748b4320fe6b7623fcbf7bbb287.tar.zst
nixpkgs-13278f2596c19748b4320fe6b7623fcbf7bbb287.zip
ganv and raul: set linux as a platform
Diffstat (limited to 'pkgs/development/libraries/audio/raul/default.nix')
-rw-r--r--pkgs/development/libraries/audio/raul/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/audio/raul/default.nix b/pkgs/development/libraries/audio/raul/default.nix
index a40bb0bf263..aad3656cde8 100644
--- a/pkgs/development/libraries/audio/raul/default.nix
+++ b/pkgs/development/libraries/audio/raul/default.nix
@@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
     homepage = http://drobilla.net/software/raul;
     license = licenses.gpl3;
     maintainers = [ maintainers.goibhniu ];
+    platforms = platforms.linux;
   };
 }