generated from nix-community/nur-packages-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #476 from imincik/weekly-update-2024.16
pkgs: weekly update (weekly-update-2024.16)
- Loading branch information
Showing
6 changed files
with
36 additions
and
33 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/pkgs/postgis/postgis.nix b/pkgs/postgis/postgis.nix | ||
index 6f25390..1a50583 100644 | ||
--- a/pkgs/postgis/postgis.nix | ||
+++ b/pkgs/postgis/postgis.nix | ||
@@ -81,7 +81,7 @@ stdenv.mkDerivation rec { | ||
homepage = "https://postgis.net/"; | ||
changelog = "https://git.osgeo.org/gitea/postgis/postgis/raw/tag/${version}/NEWS"; | ||
license = licenses.gpl2; | ||
- maintainers = with maintainers; teams.geospatial.members ++ [ marcweber wolfgangwalther ]; | ||
+ maintainers = with maintainers; teams.geospatial.members ++ [ marcweber ]; | ||
inherit (postgresql.meta) platforms; | ||
broken = versionOlder postgresql.version "12"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
diff --git a/pkgs/rasterio/default.nix b/pkgs/rasterio/default.nix | ||
index 07dfa2c..5282e0f 100644 | ||
index 20eb3df..150fe76 100644 | ||
--- a/pkgs/rasterio/default.nix | ||
+++ b/pkgs/rasterio/default.nix | ||
@@ -60,7 +60,7 @@ buildPythonPackage rec { | ||
@@ -46,11 +46,11 @@ buildPythonPackage rec { | ||
postPatch = '' | ||
# remove useless import statement requiring distutils to be present at the runtime | ||
substituteInPlace rasterio/rio/calc.py \ | ||
- --replace-fail "from distutils.version import LooseVersion" "" | ||
+ --replace "from distutils.version import LooseVersion" "" | ||
|
||
# relax dependency on yet non-packaged, RC version of numpy | ||
substituteInPlace pyproject.toml \ | ||
- --replace-fail "numpy==2.0.0rc1" "numpy" | ||
+ --replace "numpy==2.0.0rc1" "numpy" | ||
''; | ||
|
||
nativeBuildInputs = [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters