Merge pull request #33066 from Mic92/rkt
rkt: needs libacl in LD_LIBRARY_PATH at runtime
This commit is contained in:
commit
8ed4e67235
@ -58,7 +58,7 @@ in stdenv.mkDerivation rec {
|
|||||||
cp -Rv $BUILDDIR/target/bin/stage1-*.aci $out/${stage1Dir}/
|
cp -Rv $BUILDDIR/target/bin/stage1-*.aci $out/${stage1Dir}/
|
||||||
|
|
||||||
wrapProgram $out/bin/rkt \
|
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
|
--prefix PATH : ${iptables}/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user