mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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 New Issue
Block a user