Fixing my-env to get NIX_CFLAGS_COMPILE and so on
Yes, I still use my-env. I tested that it works on 16.03.
This commit is contained in:
parent
64d5af4663
commit
63ffd27a6b
@ -88,6 +88,7 @@ mkDerivation {
|
|||||||
-e '1i initialPath="${toString initialPath}"' \
|
-e '1i initialPath="${toString initialPath}"' \
|
||||||
"$setupNew" > "$s"
|
"$setupNew" > "$s"
|
||||||
cat >> "$out/dev-envs/''${name/env-/}" << EOF
|
cat >> "$out/dev-envs/''${name/env-/}" << EOF
|
||||||
|
defaultNativeBuildInputs="$defaultNativeBuildInputs"
|
||||||
nativeBuildInputs="$nativeBuildInputs"
|
nativeBuildInputs="$nativeBuildInputs"
|
||||||
propagatedBuildInputs="$propagatedBuildInputs2"
|
propagatedBuildInputs="$propagatedBuildInputs2"
|
||||||
# the setup-new script wants to write some data to a temp file.. so just let it do that and tidy up afterwards
|
# the setup-new script wants to write some data to a temp file.. so just let it do that and tidy up afterwards
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!@shell@
|
||||||
|
|
||||||
OLDPATH="$PATH"
|
OLDPATH="$PATH"
|
||||||
OLDTZ="$TZ"
|
OLDTZ="$TZ"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user