3
0
Fork 0
forked from mirrors/nixpkgs

docker: Fix build after containerd update

This commit is contained in:
Tim Steinbach 2018-01-19 11:26:59 -05:00
parent ca016b63dc
commit 3d2948e009
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

@ -39,13 +39,6 @@ rec {
hardeningDisable = [ "fortify" ];
buildInputs = [ removeReferencesTo go btrfs-progs ];
# This should go into the containerd derivation once 1.0.0 is out
preBuild = ''
export GOPATH=$(pwd)/vendor
mkdir $(pwd)/vendor/src
mv $(pwd)/vendor/{github.com,golang.org,google.golang.org} $(pwd)/vendor/src/
'' + oldAttrs.preBuild;
});
docker-tini = tini.overrideAttrs (oldAttrs: rec {