build-fhs-userenv-bubblewrap: fix eval

This commit is contained in:
K900 2022-08-17 22:36:45 +03:00
parent bdf889ce6d
commit 59888d2218

View file

@ -22,7 +22,7 @@
# /lib will link to /lib32
let
inherit (stdenv) is64Bit;
inherit (stdenv) is64bit;
# use of glibc_multi is only supported on x86_64-linux
isMultiBuild = multiPkgs != null && stdenv.isx86_64 && stdenv.isLinux;
@ -141,7 +141,7 @@ let
setupLibDirsTarget = ''
# link content of targetPaths
cp -rsHf ${staticUsrProfileTarget}/lib lib
ln -s lib lib${if is64Bit then "64" else "32"}
ln -s lib lib${if is64bit then "64" else "32"}
'';
# setup /lib, /lib32 and /lib64