hyprshell: wrap program (#448360)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user