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

Tested as no change in `out` output with `diffoscope`.
This commit is contained in:
Sergei Trofimovich
2022-10-29 12:03:13 +02:00
committed by Bjørn Forsman
parent ecf6426a2d
commit e6471b1a0e
+4 -2
View File
@@ -2,9 +2,10 @@
, stdenv
, fetchFromGitHub
, imlib2
, xlibsWrapper
, autoreconfHook
, autoconf-archive
, libX11
, libXext
, libXfixes
, libXcomposite
, pkg-config
@@ -30,7 +31,8 @@ stdenv.mkDerivation rec {
buildInputs = [
imlib2
xlibsWrapper
libX11
libXext
libXfixes
libXcomposite
libbsd