Merge pull request #119242 from sternenseemann/docker-cross
docker: move makeWrapper to nativeBuildInputs
This commit is contained in:
commit
80901ba160
1 changed files with 4 additions and 4 deletions
|
@ -132,10 +132,10 @@ rec {
|
|||
|
||||
goPackagePath = "github.com/docker/cli";
|
||||
|
||||
nativeBuildInputs = [ pkg-config go-md2man go libtool installShellFiles ];
|
||||
buildInputs = [
|
||||
makeWrapper
|
||||
] ++ optionals (stdenv.isLinux) [
|
||||
nativeBuildInputs = [
|
||||
makeWrapper pkg-config go-md2man go libtool installShellFiles
|
||||
];
|
||||
buildInputs = optionals (stdenv.isLinux) [
|
||||
sqlite lvm2 btrfs-progs systemd libseccomp
|
||||
] ++ optionals (buildxSupport) [ docker-buildx ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue