cri-o: remove propagated inputs, update buildtags
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user