lol

xidlehook: use xorg.* packages directly instead of xlibsWrapper indirection

Tested as no material change in `out` output with `diffoscope`.

authored by

Sergei Trofimovich and committed by
Bjørn Forsman
68eea648 fdebb81f

+1 -2
+1 -2
pkgs/tools/X11/xidlehook/default.nix
··· 3 3 , rustPlatform 4 4 , fetchFromGitLab 5 5 , python3 6 - , xlibsWrapper 7 6 , xorg 8 7 , libpulseaudio 9 8 , pkg-config ··· 27 26 28 27 cargoSha256 = "1y7m61j07gvqfqz97mda39nc602sv7a826c06m8l22i7z380xfms"; 29 28 30 - buildInputs = [ xlibsWrapper xorg.libXScrnSaver libpulseaudio ] ++ lib.optional stdenv.isDarwin Security; 29 + buildInputs = [ xorg.libX11 xorg.libXScrnSaver libpulseaudio ] ++ lib.optional stdenv.isDarwin Security; 31 30 nativeBuildInputs = [ pkg-config patchelf python3 ]; 32 31 33 32 buildNoDefaultFeatures = !stdenv.isLinux;