* Fix nix-env evaluation on non-Linux platforms.
svn path=/nixpkgs/trunk/; revision=15783
This commit is contained in:
parent
0b2dbc4d40
commit
151031e233
@ -4,6 +4,8 @@
|
||||
, jre
|
||||
}:
|
||||
|
||||
assert stdenv ? glibc;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "eclipse-3.4.2";
|
||||
src = if stdenv.system == "x86_64-linux" then
|
||||
|
Loading…
Reference in New Issue
Block a user