1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

mapproxy: migrate to by-name

This commit is contained in:
Nikolay Korotkiy 2024-09-01 20:08:43 +04:00
parent 3ed98a38f1
commit 88bee160aa
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5
2 changed files with 0 additions and 2 deletions

View file

@ -25976,8 +25976,6 @@ with pkgs;
fit-trackee = callPackage ../servers/geospatial/fit-trackee { };
mapproxy = callPackage ../servers/geospatial/mapproxy { };
martin = callPackage ../servers/geospatial/martin {
inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
};