Skip to content

Commit

Permalink
docker: Fix build after containerd update
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jan 19, 2018
1 parent ca016b6 commit 3d2948e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkgs/applications/virtualization/docker/default.nix
Expand Up @@ -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 {
Expand Down

0 comments on commit 3d2948e

Please sign in to comment.