Merge pull request #92102 from chkno/xsecurelock-deps

xsecurelock: Remove unused deps imagemagick, xset
This commit is contained in:
Maximilian Bosch 2020-07-03 09:30:49 +02:00 committed by GitHub
commit 13a7af3cf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkgconfig
, libX11, libXcomposite, libXft, libXmu, libXrandr, libXext, libXScrnSaver
, pam, apacheHttpd, imagemagick, pamtester, xscreensaver, xset }:
, pam, apacheHttpd, pamtester, xscreensaver }:
stdenv.mkDerivation rec {
pname = "xsecurelock";
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
libX11 libXcomposite libXft libXmu libXrandr libXext libXScrnSaver
pam apacheHttpd imagemagick pamtester
pam apacheHttpd pamtester
];
configureFlags = [

View file

@ -7824,9 +7824,7 @@ in
libxml2 = libxml2Python;
};
xsecurelock = callPackage ../tools/X11/xsecurelock {
xset = xorg.xset;
};
xsecurelock = callPackage ../tools/X11/xsecurelock { };
xsel = callPackage ../tools/misc/xsel { };