From a67b9ed73829a2d46238f51063a4a39a4ca546d6 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Wed, 25 Feb 2026 19:22:34 +0200 Subject: [PATCH] nix: drop xorg package set --- nix/default.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/nix/default.nix b/nix/default.nix index e3bf26d..d40db96 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -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 ];