libv8 ruby gem has hardcoded reference to /usr/bin/env, so that it won't build in a chroot -> fix this
This commit is contained in:
parent
cd1b531867
commit
1d4c7f50ec
@ -40,6 +40,7 @@ in
|
||||
export AR=$(type -p ar)
|
||||
'';
|
||||
buildInputs = [ python ];
|
||||
NIX_POST_EXTRACT_FILES_HOOK = patchUsrBinEnv;
|
||||
};
|
||||
|
||||
sqlite3 = { propagatedBuildInputs = [ sqlite ]; };
|
||||
|
Loading…
Reference in New Issue
Block a user