parent
72677fa735
commit
76c0ebc710
1 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
, squashfsTools, iproute, iptables, ebtables, libcap, dqlite
|
||||
, sqlite-replication
|
||||
, writeShellScriptBin, apparmor-profiles, apparmor-parser
|
||||
, bash
|
||||
}:
|
||||
|
||||
buildGoPackage rec {
|
||||
|
@ -30,8 +31,8 @@ buildGoPackage rec {
|
|||
# binaries from test/
|
||||
rm $bin/bin/{deps,macaroon-identity}
|
||||
|
||||
wrapProgram $bin/bin/lxd --prefix PATH ":" ${stdenv.lib.makeBinPath [
|
||||
acl rsync gnutar xz btrfs-progs gzip dnsmasq squashfsTools iproute iptables ebtables
|
||||
wrapProgram $bin/bin/lxd --prefix PATH : ${stdenv.lib.makeBinPath [
|
||||
acl rsync gnutar xz btrfs-progs gzip dnsmasq squashfsTools iproute iptables ebtables bash
|
||||
(writeShellScriptBin "apparmor_parser" ''
|
||||
exec '${apparmor-parser}/bin/apparmor_parser' -I '${apparmor-profiles}/etc/apparmor.d' "$@"
|
||||
'')
|
||||
|
|
Loading…
Reference in a new issue