* Fix nix-env evaluation on non-Linux platforms.

svn path=/nixpkgs/trunk/; revision=15783
This commit is contained in:
Eelco Dolstra 2009-05-29 09:59:26 +00:00
parent 0b2dbc4d40
commit 151031e233

View File

@ -4,6 +4,8 @@
, jre
}:
assert stdenv ? glibc;
stdenv.mkDerivation rec {
name = "eclipse-3.4.2";
src = if stdenv.system == "x86_64-linux" then