3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #238409 from dasj19/giara-update

giara: 1.0.1 -> 1.1.0
This commit is contained in:
Sandro 2023-06-18 17:27:12 +02:00 committed by GitHub
commit 7b4ba7d065
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "giara";
version = "1.0.1";
version = "1.1.0";
format = "other";
@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "World";
repo = pname;
rev = version;
hash = "sha256-hKaniW+bbuKUrETMQGWwvC2kyudK9tCE/R69dOFzdQM=";
hash = "sha256-FTy0ElcoTGXG9eV85pUrF35qKDKOfYIovPtjLfTJVOg=";
};
nativeBuildInputs = [
@ -62,6 +62,9 @@ python3.pkgs.buildPythonApplication rec {
postPatch = ''
substituteInPlace meson_post_install.py \
--replace "gtk-update-icon-cache" "gtk4-update-icon-cache"
# blueprint-compiler expects "profile" to be a string.
substituteInPlace data/ui/headerbar.blp \
--replace "item { custom: profile; }" 'item { custom: "profile"; }'
'';
meta = with lib; {