restrict platforms to Linux
This commit is contained in:
parent
0caeb839e5
commit
32670b75f3
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue