restrict platforms to Linux

This commit is contained in:
Badi' Abdul-Wahid 2015-01-25 12:27:53 -05:00
parent 0caeb839e5
commit 32670b75f3

View file

@ -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;
};
}