From 13278f2596c19748b4320fe6b7623fcbf7bbb287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cillian=20de=20R=C3=B3iste?= Date: Sun, 9 Mar 2014 20:33:35 +0100 Subject: [PATCH] ganv and raul: set linux as a platform --- pkgs/development/libraries/audio/raul/default.nix | 1 + pkgs/development/libraries/ganv/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/pkgs/development/libraries/audio/raul/default.nix b/pkgs/development/libraries/audio/raul/default.nix index a40bb0bf2639..aad3656cde80 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; }; } diff --git a/pkgs/development/libraries/ganv/default.nix b/pkgs/development/libraries/ganv/default.nix index e2c5ce47612b..40e0388d749e 100644 --- a/pkgs/development/libraries/ganv/default.nix +++ b/pkgs/development/libraries/ganv/default.nix @@ -23,5 +23,6 @@ stdenv.mkDerivation rec { homepage = http://drobilla.net; license = licenses.gpl3; maintainers = [ maintainers.goibhniu ]; + platforms = platforms.linux; }; }