buildah: remove propagated input, add libapparmor
This commit is contained in:
parent
b57ae98864
commit
65be068b0b
@ -4,9 +4,9 @@
|
||||
, installShellFiles
|
||||
, pkg-config
|
||||
, gpgme
|
||||
, libgpgerror
|
||||
, lvm2
|
||||
, btrfs-progs
|
||||
, libapparmor
|
||||
, libselinux
|
||||
, libseccomp
|
||||
}:
|
||||
@ -27,9 +27,18 @@ buildGoModule rec {
|
||||
vendorSha256 = null;
|
||||
|
||||
nativeBuildInputs = [ installShellFiles pkg-config ];
|
||||
buildInputs = [ gpgme libgpgerror lvm2 btrfs-progs libselinux libseccomp ];
|
||||
|
||||
buildInputs = [
|
||||
btrfs-progs
|
||||
gpgme
|
||||
libapparmor
|
||||
libseccomp
|
||||
libselinux
|
||||
lvm2
|
||||
];
|
||||
|
||||
buildPhase = ''
|
||||
patchShebangs .
|
||||
make GIT_COMMIT="unknown"
|
||||
make -C docs
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user