xsecurelock: Remove unused deps imagemagick, xset

imagemagick dependency went away in version 1.2.
xset dependency went away in version 1.4.
This commit is contained in:
Chuck 2020-07-02 15:35:14 -07:00
parent 83eb5ed90c
commit c2228aea03
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

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