hyprshell: wrap program (#448360)

This commit is contained in:
h7x4
2025-10-05 13:56:20 +00:00
committed by GitHub
+17
View File
@@ -7,6 +7,8 @@
gtk4,
gtk4-layer-shell,
hyprland,
gcc,
pixman,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -32,6 +34,21 @@ rustPlatform.buildRustPackage (finalAttrs: {
gtk4-layer-shell
];
preFixup = ''
gappsWrapperArgs+=(
--prefix PATH : '${lib.makeBinPath [ gcc ]}'
--prefix CPATH : '${
lib.makeIncludePath (
hyprland.buildInputs
++ [
hyprland
pixman
]
)
}'
)
'';
meta = {
description = "Modern GTK4-based window switcher and application launcher for Hyprland";
mainProgram = "hyprshell";