nix: drop xorg package set

This commit is contained in:
Mihai Fufezan 2026-02-25 19:22:34 +02:00
parent 9df6ba9e9f
commit a67b9ed738
Signed by: fufexan
SSH key fingerprint: SHA256:SdnKmEpJrDu1+2UO1QpB/Eg4HKcdDi6n+xSRqFNJVpg

View file

@ -22,6 +22,7 @@
libselinux,
libsepol,
libthai,
libXdmcp,
libwebp,
pango,
pcre,
@ -30,7 +31,6 @@
wayland,
wayland-protocols,
wayland-scanner,
xorg,
commit,
debug ? false,
version ? "git",
@ -50,10 +50,7 @@ stdenv.mkDerivation {
pkg-config
];
cmakeBuildType =
if debug
then "Debug"
else "Release";
cmakeBuildType = if debug then "Debug" else "Release";
nativeBuildInputs = [
cmake
@ -83,12 +80,12 @@ stdenv.mkDerivation {
libsepol
libthai
libwebp
libXdmcp
pango
pcre
pcre2
wayland
wayland-protocols
xorg.libXdmcp
util-linux
];