nix-ld: use dynamicLinker as provided by stdenv

This commit is contained in:
Jörg Thalheim 2024-03-24 08:49:52 +01:00
parent a78abbad4a
commit e29150b7fe
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
postInstall = ''
mkdir -p $out/nix-support
ldpath=/${stdenv.hostPlatform.libDir}/$(basename $(< ${stdenv.cc}/nix-support/dynamic-linker))
ldpath=/${stdenv.hostPlatform.libDir}/$(basename ${stdenv.cc.bintools.dynamicLinker})
echo "$ldpath" > $out/nix-support/ldpath
mkdir -p $out/lib/tmpfiles.d/
cat > $out/lib/tmpfiles.d/nix-ld.conf <<EOF