mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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/libexec/gcc/*/*/*
|
||||
|
||||
sleep 5
|
||||
(cd $out && tar cvfj $out/static-tools.tar.bz2 bin lib libexec include)
|
||||
''; # */
|
||||
|
||||
@ -177,7 +176,7 @@ rec {
|
||||
|
||||
tar xvf ${hello.src}
|
||||
cd hello-*
|
||||
./configure --prefix=$out || cat config.log
|
||||
./configure --prefix=$out
|
||||
make
|
||||
make install
|
||||
''; # */
|
||||
|
Loading…
Reference in New Issue
Block a user