forked from mirrors/nixpkgs
Merge pull request #92102 from chkno/xsecurelock-deps
xsecurelock: Remove unused deps imagemagick, xset
This commit is contained in:
commit
13a7af3cf2
|
@ -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 = [
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue