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 #529 from imincik/weekly-update-2024.39
pkgs: weekly update (weekly-update-2024.39)
- Loading branch information
Showing
20 changed files
with
127 additions
and
92 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
rev = "33dd00c"; | ||
hash = "sha256-HqSy7UzeYxYHjouIQ+NdwOoZk6AcAjztZ2ejuteSUaA="; | ||
rev = "8055974"; | ||
hash = "sha256-uEU7QpCsArZVYNByIs/Stp34p9j36DJA4I2mSF+/jME="; | ||
} |
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
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 was deleted.
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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
diff --git b/pkgs/grass/default.nix a/pkgs/grass/default.nix | ||
index d27e21a..35b322b 100644 | ||
--- b/pkgs/grass/default.nix | ||
+++ a/pkgs/grass/default.nix | ||
@@ -90,7 +90,11 @@ stdenv.mkDerivation (finalAttrs: { | ||
diff --git a/pkgs/grass/default.nix b/pkgs/grass/default.nix | ||
index 69d6e98..31624cc 100644 | ||
--- a/pkgs/grass/default.nix | ||
+++ b/pkgs/grass/default.nix | ||
@@ -52,6 +52,12 @@ stdenv.mkDerivation (finalAttrs: { | ||
hash = "sha256-NKMshd6pr2O62ZjmQ/oPttmeVBYVD0Nqhh3SwQrhZf8="; | ||
}; | ||
|
||
strictDeps = true; | ||
|
||
- patches = lib.optionals stdenv.isDarwin [ | ||
+ patches = [ | ||
+ # Backport of https://github.com/OSGeo/grass/pull/3899 | ||
+ # by @landam . Remove for GRASS 8.5. | ||
+ ./grass_config_dir.patch | ||
+ ] ++ lib.optionals stdenv.isDarwin [ | ||
# Fix conversion of const char* to unsigned int. | ||
./clang-integer-conversion.patch | ||
]; | ||
+ ]; | ||
+ | ||
nativeBuildInputs = [ | ||
makeWrapper | ||
wrapGAppsHook3 |
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,4 +1,4 @@ | ||
{ | ||
rev = "dbc2be3"; | ||
hash = "sha256-0xM/MzuM+vj8I5hTiFgP0V5ppxYkLpPbZ2qZpcyDxQ8="; | ||
rev = "02330fe"; | ||
hash = "sha256-8xMQ+CHSHuKNVArvNapNxSUH1CWApkKWi07WdiYxFJY="; | ||
} |
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
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
Oops, something went wrong.