Loading pkgs/by-name/ma/mapproxy/package.nix +5 −1 Original line number Diff line number Diff line Loading @@ -15,8 +15,11 @@ buildPythonApplication rec { prePatch = '' substituteInPlace mapproxy/util/ext/serving.py --replace "args = [sys.executable] + sys.argv" "args = sys.argv" ''; propagatedBuildInputs = [ dependencies = [ boto3 # needed for caches service future jsonschema pillow pyyaml pyproj Loading @@ -24,6 +27,7 @@ buildPythonApplication rec { gdal lxml setuptools werkzeug ]; # Tests are disabled: # 1) Dependency list is huge. Loading Loading
pkgs/by-name/ma/mapproxy/package.nix +5 −1 Original line number Diff line number Diff line Loading @@ -15,8 +15,11 @@ buildPythonApplication rec { prePatch = '' substituteInPlace mapproxy/util/ext/serving.py --replace "args = [sys.executable] + sys.argv" "args = sys.argv" ''; propagatedBuildInputs = [ dependencies = [ boto3 # needed for caches service future jsonschema pillow pyyaml pyproj Loading @@ -24,6 +27,7 @@ buildPythonApplication rec { gdal lxml setuptools werkzeug ]; # Tests are disabled: # 1) Dependency list is huge. Loading