From 32670b75f3e8da26faa3015c9c2ed0e8648f054a Mon Sep 17 00:00:00 2001 From: Badi' Abdul-Wahid Date: Sun, 25 Jan 2015 12:27:53 -0500 Subject: [PATCH] restrict platforms to Linux --- pkgs/applications/office/mendeley/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/office/mendeley/default.nix b/pkgs/applications/office/mendeley/default.nix index 0ef157f82b06..32123d23c5b7 100644 --- a/pkgs/applications/office/mendeley/default.nix +++ b/pkgs/applications/office/mendeley/default.nix @@ -60,6 +60,7 @@ stdenv.mkDerivation { homepage = http://www.mendeley.com; description = "A reference manager and academic social network"; license = stdenv.lib.licenses.unfree; + platforms = stdenv.lib.platforms.linux; }; }