mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
Merge pull request #323860 from philiptaron/__attrsFailEvaluation/dockerTools
dockerTools: remove __attrsFailEvaluation
This commit is contained in:
commit
f3ff4d1c51
@ -839,7 +839,7 @@ with pkgs;
|
||||
|
||||
dockerTools = callPackage ../build-support/docker {
|
||||
writePython3 = buildPackages.writers.writePython3;
|
||||
} // { __attrsFailEvaluation = true; };
|
||||
};
|
||||
|
||||
fakeNss = callPackage ../build-support/fake-nss { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user