@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user