mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Fixed Qi
svn path=/nixpkgs/trunk/; revision=9603
This commit is contained in:
parent
b7a3dcdb94
commit
a9f02cbe6c
@ -9,7 +9,7 @@ args : with args;
|
||||
configureFlags = [];
|
||||
} null; /* null is a terminator for sumArgs */
|
||||
let
|
||||
bash=stdenv.bash ;
|
||||
shell=stdenv.shell;
|
||||
in
|
||||
let
|
||||
allBuild = FullDepEntry ("
|
||||
@ -18,7 +18,7 @@ let
|
||||
ensureDir \$out/share
|
||||
ensureDir \$out/bin
|
||||
cp -r . \$out/share/Qi-9.1
|
||||
echo -e '#! ${bash}/bin/bash
|
||||
echo -e '#! ${shell}
|
||||
arg1=\${1:-'\$out'/share/Qi-9.1/startup.txt}
|
||||
shift
|
||||
clisp -M '\$out'/share/Qi-9.1/lispinit.mem \$arg1 \"\$@\"\\n' > \$out/bin/qi
|
||||
|
Loading…
Reference in New Issue
Block a user