mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-05 06:31:57 -07:00
nix: fix wlroots build
This commit is contained in:
committed by
Mihai Fufezan
parent
85d375e8ab
commit
f86cdcf8d5
@@ -2,9 +2,6 @@
|
|||||||
version,
|
version,
|
||||||
src,
|
src,
|
||||||
wlroots,
|
wlroots,
|
||||||
hwdata,
|
|
||||||
libdisplay-info,
|
|
||||||
libliftoff,
|
|
||||||
enableXWayland ? true,
|
enableXWayland ? true,
|
||||||
}:
|
}:
|
||||||
wlroots.overrideAttrs (old: {
|
wlroots.overrideAttrs (old: {
|
||||||
@@ -12,11 +9,5 @@ wlroots.overrideAttrs (old: {
|
|||||||
|
|
||||||
pname = "${old.pname}-hyprland";
|
pname = "${old.pname}-hyprland";
|
||||||
|
|
||||||
buildInputs =
|
patches = [ ]; # don't inherit old.patches
|
||||||
old.buildInputs
|
|
||||||
++ [
|
|
||||||
hwdata
|
|
||||||
libliftoff
|
|
||||||
libdisplay-info
|
|
||||||
];
|
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user