Skip to content

Commit

Permalink
buildFHSEnv: force overwriting ld-linux.so.2
Browse files Browse the repository at this point in the history
That can be a problem if we already have it in the inputs.
  • Loading branch information
K900 committed Sep 12, 2024
1 parent 2df5af0 commit 0c75b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/build-fhsenv-bubblewrap/buildFHSEnv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ let
chmod u+w -R lib64/
# symlink 32-bit ld-linux.so
ln -Ls ${staticUsrProfileTarget}/lib/32/ld-linux.so.2 lib/
ln -Lsf ${staticUsrProfileTarget}/lib/32/ld-linux.so.2 lib/
'';

setupLibDirs = if isTargetBuild
Expand Down

0 comments on commit 0c75b59

Please sign in to comment.