mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 10:26:00 +01:00
nix: fix wlroots build
This commit is contained in:
parent
85d375e8ab
commit
f86cdcf8d5
1 changed files with 1 additions and 10 deletions
|
@ -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
|
|
||||||
];
|
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue