mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-08 13:18:01 +02:00
small fix for nativebuildinputs
This commit is contained in:
parent
90924de23c
commit
096aa65f8f
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ stdenv.mkDerivation rec {
|
|||
version = "git";
|
||||
inherit src;
|
||||
|
||||
nativeBuildInputs = [ cmake ninja pkg-config wayland xwayland ];
|
||||
nativeBuildInputs = [ cmake ninja pkg-config wayland ]
|
||||
++ lib.optional enableXWayland xwayland;
|
||||
|
||||
buildInputs = [
|
||||
libdrm
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue