Merge pull request #33066 from Mic92/rkt

rkt: needs libacl in LD_LIBRARY_PATH at runtime
This commit is contained in:
Jörg Thalheim 2018-03-01 09:14:59 +00:00 committed by GitHub
commit 8ed4e67235
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ in stdenv.mkDerivation rec {
cp -Rv $BUILDDIR/target/bin/stage1-*.aci $out/${stage1Dir}/
wrapProgram $out/bin/rkt \
--prefix LD_LIBRARY_PATH : ${systemd.lib}/lib \
--prefix LD_LIBRARY_PATH : "${systemd.lib}/lib:${acl.out}/lib" \
--prefix PATH : ${iptables}/bin
'';