skopeo: remove outdated/propagated inputs

This commit is contained in:
zowoq 2020-05-13 22:11:34 +10:00
parent 65be068b0b
commit f28b0d64ad
1 changed files with 2 additions and 3 deletions

View File

@ -3,11 +3,9 @@
, fetchFromGitHub , fetchFromGitHub
, runCommand , runCommand
, gpgme , gpgme
, libgpgerror
, lvm2 , lvm2
, btrfs-progs , btrfs-progs
, pkg-config , pkg-config
, libselinux
, go-md2man , go-md2man
, installShellFiles , installShellFiles
, makeWrapper , makeWrapper
@ -41,8 +39,9 @@ buildGoModule {
excludedPackages = [ "integration" ]; excludedPackages = [ "integration" ];
nativeBuildInputs = [ pkg-config go-md2man installShellFiles makeWrapper ]; nativeBuildInputs = [ pkg-config go-md2man installShellFiles makeWrapper ];
buildInputs = [ gpgme ] buildInputs = [ gpgme ]
++ stdenv.lib.optionals stdenv.isLinux [ libgpgerror lvm2 btrfs-progs libselinux ]; ++ stdenv.lib.optionals stdenv.isLinux [ lvm2 btrfs-progs ];
buildFlagsArray = '' buildFlagsArray = ''
-ldflags= -ldflags=