Fix various evaluation problems

http://hydra.nixos.org/build/13616685
This commit is contained in:
Eelco Dolstra
2014-08-22 11:57:40 +02:00
parent 7cdb1bb8aa
commit ce6b86cc68
8 changed files with 16 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
{ stdenv, fetchurl, p7zip, patchelf }:
assert stdenv.isLinux;
let
bits = if stdenv.system == "x86_64-linux" then "64" else "32";
libPath = stdenv.lib.makeLibraryPath [ stdenv.gcc.libc ];