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