podman: add patch from containers/libpod#1977
Removes the `-i` from the `go build` commands. Once the PR is merged and released, this patch won't be required anymore. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
@@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
|
||||
go btrfs-progs libseccomp gpgme lvm2
|
||||
];
|
||||
|
||||
patches = [ ./0001-No-need-to-use-i-in-go-build-with-go-1.10-and-above.patch ];
|
||||
|
||||
buildPhase = ''
|
||||
patchShebangs .
|
||||
mkdir -p .gopath/src/github.com/containers
|
||||
|
||||
Reference in New Issue
Block a user