skopeo: remove outdated/propagated inputs
This commit is contained in:
parent
65be068b0b
commit
f28b0d64ad
|
@ -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=
|
||||||
|
|
Loading…
Reference in New Issue