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:
Vincent Demeester
2019-01-21 12:21:12 +01:00
parent b5eda4cccc
commit a97b42511f
2 changed files with 51 additions and 0 deletions
@@ -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