restrict platforms to Linux
This commit is contained in:
parent
0caeb839e5
commit
32670b75f3
@ -60,6 +60,7 @@ stdenv.mkDerivation {
|
|||||||
homepage = http://www.mendeley.com;
|
homepage = http://www.mendeley.com;
|
||||||
description = "A reference manager and academic social network";
|
description = "A reference manager and academic social network";
|
||||||
license = stdenv.lib.licenses.unfree;
|
license = stdenv.lib.licenses.unfree;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user