mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
cri-o: remove propagated inputs, update buildtags
This commit is contained in:
parent
b51a82932f
commit
399f5ea75e
@ -6,8 +6,6 @@
|
||||
, gpgme
|
||||
, installShellFiles
|
||||
, libapparmor
|
||||
, libassuan
|
||||
, libgpgerror
|
||||
, libseccomp
|
||||
, libselinux
|
||||
, lvm2
|
||||
@ -32,15 +30,15 @@ buildGoModule rec {
|
||||
btrfs-progs
|
||||
gpgme
|
||||
libapparmor
|
||||
libassuan
|
||||
libgpgerror
|
||||
libseccomp
|
||||
libselinux
|
||||
lvm2
|
||||
] ++ stdenv.lib.optionals (glibc != null) [ glibc glibc.static ];
|
||||
|
||||
BUILDTAGS = "apparmor seccomp selinux containers_image_ostree_stub";
|
||||
BUILDTAGS = "apparmor seccomp selinux containers_image_openpgp containers_image_ostree_stub";
|
||||
buildPhase = ''
|
||||
patchShebangs .
|
||||
|
||||
sed -i '/version.buildDate/d' Makefile
|
||||
|
||||
make binaries docs BUILDTAGS="$BUILDTAGS"
|
||||
|
Loading…
Reference in New Issue
Block a user