From 6a4303038787af336545787bd613b47bdc2721c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Sat, 1 Aug 2026 01:19:04 +0200 Subject: [PATCH] replace deprecated xorg package set aliases --- servicepoint-simulator.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/servicepoint-simulator.nix b/servicepoint-simulator.nix index efb8fd4..b54043e 100644 --- a/servicepoint-simulator.nix +++ b/servicepoint-simulator.nix @@ -51,11 +51,11 @@ naersk'.buildPackage rec { wayland # WINIT_UNIX_BACKEND=x11 - xorg.libXcursor - xorg.libXrandr - xorg.libXi - xorg.libX11 - xorg.libX11.dev + libxcursor + libxrandr + libxi + libx11 + libx11.dev ] ) ++ lib.optionals pkgs.stdenv.isDarwin (