gitlab-runner: add patch for shell from v1 to latest version

This commit is contained in:
Pascal Bach 2017-05-22 23:26:15 +02:00
parent 4e404c5a70
commit da6f5e3b77

View file

@ -32,6 +32,8 @@ buildGoPackage rec {
sha256 = "0n8hcj2b1pb95x4bd7fb9ri43vgc4h2dj2v3iiziw2imqjyphfx4";
};
patches = [ ./v1-fix-shell-path.patch ];
buildInputs = [ go-bindata ];
preBuild = ''