scrot: use xorg.* packages directly instead of xlibsWrapper indirection
Tested as no change in `out` output with `diffoscope`.
This commit is contained in:
committed by
Bjørn Forsman
parent
ecf6426a2d
commit
e6471b1a0e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user