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 , rustPlatform 4 , fetchFromGitLab 5 , python3 6 - , xlibsWrapper 7 , xorg 8 , libpulseaudio 9 , pkg-config ··· 27 28 cargoSha256 = "1y7m61j07gvqfqz97mda39nc602sv7a826c06m8l22i7z380xfms"; 29 30 - buildInputs = [ xlibsWrapper xorg.libXScrnSaver libpulseaudio ] ++ lib.optional stdenv.isDarwin Security; 31 nativeBuildInputs = [ pkg-config patchelf python3 ]; 32 33 buildNoDefaultFeatures = !stdenv.isLinux;
··· 3 , rustPlatform 4 , fetchFromGitLab 5 , python3 6 , xorg 7 , libpulseaudio 8 , pkg-config ··· 26 27 cargoSha256 = "1y7m61j07gvqfqz97mda39nc602sv7a826c06m8l22i7z380xfms"; 28 29 + buildInputs = [ xorg.libX11 xorg.libXScrnSaver libpulseaudio ] ++ lib.optional stdenv.isDarwin Security; 30 nativeBuildInputs = [ pkg-config patchelf python3 ]; 31 32 buildNoDefaultFeatures = !stdenv.isLinux;