cri-o: remove propagated inputs, update buildtags

This commit is contained in:
zowoq
2020-05-14 23:07:57 +10:00
parent b51a82932f
commit 399f5ea75e
@@ -6,8 +6,6 @@
, gpgme , gpgme
, installShellFiles , installShellFiles
, libapparmor , libapparmor
, libassuan
, libgpgerror
, libseccomp , libseccomp
, libselinux , libselinux
, lvm2 , lvm2
@@ -32,15 +30,15 @@ buildGoModule rec {
btrfs-progs btrfs-progs
gpgme gpgme
libapparmor libapparmor
libassuan
libgpgerror
libseccomp libseccomp
libselinux libselinux
lvm2 lvm2
] ++ stdenv.lib.optionals (glibc != null) [ glibc glibc.static ]; ] ++ 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 = '' buildPhase = ''
patchShebangs .
sed -i '/version.buildDate/d' Makefile sed -i '/version.buildDate/d' Makefile
make binaries docs BUILDTAGS="$BUILDTAGS" make binaries docs BUILDTAGS="$BUILDTAGS"