summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2021-01-26 13:01:50 +0100
committerAndreas Rammhold <andreas@rammhold.de>2021-01-26 13:08:25 +0100
commited46383416a21ef496c6b52bc89d80f28c2efcad (patch)
treebda116a61d4d0e1a1cbc0d0620205a0b452b9921 /pkgs/development/python-modules/python-mapnik
parent13a6565c4c5fd34c4dcaf3fc06471a49e100b8ab (diff)
docker: allow overriding package inputs per docker package
Previously we could not override the input packages to docker at all as that had been shadowed due to the usage of inherit in all-package.nix. We are now mixing the "variable" variables for the build and the dependency declarations for the package and using callPackage as if each of the docker packages would be separate files that we evaluate. This now enables overriding e.g. iptables for a single verison of docker which previously was not feasible without importing the default.nix again (and passing different arguments). > pkgs.docker.override { iptables = pkgs.iptables-nftables-compat; }
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
0 files changed, 0 insertions, 0 deletions