svn path=/nixpkgs/branches/stdenv-updates/; revision=13789
This commit is contained in:
parent
1134464c49
commit
2f88c471d4
@ -96,7 +96,6 @@ rec {
|
|||||||
nuke-refs $out/lib/*
|
nuke-refs $out/lib/*
|
||||||
nuke-refs $out/libexec/gcc/*/*/*
|
nuke-refs $out/libexec/gcc/*/*/*
|
||||||
|
|
||||||
sleep 5
|
|
||||||
(cd $out && tar cvfj $out/static-tools.tar.bz2 bin lib libexec include)
|
(cd $out && tar cvfj $out/static-tools.tar.bz2 bin lib libexec include)
|
||||||
''; # */
|
''; # */
|
||||||
|
|
||||||
@ -177,7 +176,7 @@ rec {
|
|||||||
|
|
||||||
tar xvf ${hello.src}
|
tar xvf ${hello.src}
|
||||||
cd hello-*
|
cd hello-*
|
||||||
./configure --prefix=$out || cat config.log
|
./configure --prefix=$out
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
''; # */
|
''; # */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user