mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 08:44:31 +00:00
Merge pull request #238409 from dasj19/giara-update
giara: 1.0.1 -> 1.1.0
This commit is contained in:
commit
7b4ba7d065
@ -18,7 +18,7 @@
|
|||||||
}:
|
}:
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "giara";
|
pname = "giara";
|
||||||
version = "1.0.1";
|
version = "1.1.0";
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
owner = "World";
|
owner = "World";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-hKaniW+bbuKUrETMQGWwvC2kyudK9tCE/R69dOFzdQM=";
|
hash = "sha256-FTy0ElcoTGXG9eV85pUrF35qKDKOfYIovPtjLfTJVOg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -62,6 +62,9 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace meson_post_install.py \
|
substituteInPlace meson_post_install.py \
|
||||||
--replace "gtk-update-icon-cache" "gtk4-update-icon-cache"
|
--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; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user