mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
* Set the shell.
svn path=/nixpkgs/trunk/; revision=7504
This commit is contained in:
parent
f861c8b66c
commit
d15205f8b8
@ -4,4 +4,4 @@ PATH=$staticTools/bin
|
||||
|
||||
mkdir $out
|
||||
|
||||
sed -e "s^@initialPath@^$staticTools^" -e "s^@preHook@^^" -e "s^@postHook@^^" < $stdenvScript > $out/setup
|
||||
sed -e "s^@initialPath@^$staticTools^" -e "s^@preHook@^^" -e "s^@postHook@^^" -e "s^@shell@^$SHELL^" < $stdenvScript > $out/setup
|
||||
|
Loading…
Reference in New Issue
Block a user