forked from mirrors/nixpkgs
docker: Fix build after containerd update
This commit is contained in:
parent
ca016b63dc
commit
3d2948e009
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue