aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/office/mendeley
diff options
context:
space:
mode:
authorBadi' Abdul-Wahid <abdulwahidc@gmail.com>2015-01-25 12:27:53 -0500
committerBadi' Abdul-Wahid <abdulwahidc@gmail.com>2015-01-25 12:27:53 -0500
commit32670b75f3e8da26faa3015c9c2ed0e8648f054a (patch)
treec1b80ce0ef56616f8e603e61248e7e5caf9f62e9 /pkgs/applications/office/mendeley
parent0caeb839e50f655d832ad59b6176a937ecfa4a2c (diff)
restrict platforms to Linux
Diffstat (limited to 'pkgs/applications/office/mendeley')
-rw-r--r--pkgs/applications/office/mendeley/default.nix1
1 files changed, 1 insertions, 0 deletions
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;
};
}