forked from mirrors/nixpkgs
build-fhs-chrootenv: fix gcc libs on i686
This commit is contained in:
parent
64f873461f
commit
c376b1afa0
|
@ -141,10 +141,6 @@ let
|
|||
|
||||
# copy content of targetPaths
|
||||
cp -rsf ${staticUsrProfileTarget}/lib/* lib/
|
||||
|
||||
# copy gcc libs
|
||||
cp -rsf ${choosenGcc.gcc}/lib/* lib/
|
||||
|
||||
'';
|
||||
|
||||
# setup /lib, /lib32 and /lib64
|
||||
|
|
Loading…
Reference in a new issue