mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
restrict platforms to Linux
This commit is contained in:
parent
0caeb839e5
commit
32670b75f3
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue