mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-12 20:25:59 +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,
|
||||
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
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue