Merge pull request #33066 from Mic92/rkt

rkt: needs libacl in LD_LIBRARY_PATH at runtime

authored by Jörg Thalheim and committed by GitHub 8ed4e672 1cb726b9

+1 -1
+1 -1
pkgs/applications/virtualization/rkt/default.nix
··· 58 58 cp -Rv $BUILDDIR/target/bin/stage1-*.aci $out/${stage1Dir}/ 59 59 60 60 wrapProgram $out/bin/rkt \ 61 - --prefix LD_LIBRARY_PATH : ${systemd.lib}/lib \ 61 + --prefix LD_LIBRARY_PATH : "${systemd.lib}/lib:${acl.out}/lib" \ 62 62 --prefix PATH : ${iptables}/bin 63 63 ''; 64 64