mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
wleave: add wrapGAppsHook4 to fix svg icons
This commit is contained in:
parent
e80506de78
commit
a41c27b289
1 changed files with 7 additions and 5 deletions
|
@ -2,13 +2,14 @@
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
rustPlatform,
|
rustPlatform,
|
||||||
at-spi2-atk,
|
installShellFiles,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
|
scdoc,
|
||||||
|
wrapGAppsHook4,
|
||||||
|
at-spi2-atk,
|
||||||
glib,
|
glib,
|
||||||
gtk4,
|
gtk4,
|
||||||
gtk4-layer-shell,
|
gtk4-layer-shell,
|
||||||
installShellFiles,
|
|
||||||
scdoc,
|
|
||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "wleave";
|
pname = "wleave";
|
||||||
|
@ -25,16 +26,17 @@ rustPlatform.buildRustPackage rec {
|
||||||
cargoHash = "sha256-csnArsVk/Ifhi3aO3bSG0mkSA81KACxR/xC1L8JJfmc=";
|
cargoHash = "sha256-csnArsVk/Ifhi3aO3bSG0mkSA81KACxR/xC1L8JJfmc=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
|
||||||
installShellFiles
|
installShellFiles
|
||||||
|
pkg-config
|
||||||
scdoc
|
scdoc
|
||||||
|
wrapGAppsHook4
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
at-spi2-atk
|
at-spi2-atk
|
||||||
|
glib
|
||||||
gtk4
|
gtk4
|
||||||
gtk4-layer-shell
|
gtk4-layer-shell
|
||||||
glib
|
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue