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
|
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkgconfig
|
||||||
, libX11, libXcomposite, libXft, libXmu, libXrandr, libXext, libXScrnSaver
|
, libX11, libXcomposite, libXft, libXmu, libXrandr, libXext, libXScrnSaver
|
||||||
, pam, apacheHttpd, imagemagick, pamtester, xscreensaver, xset }:
|
, pam, apacheHttpd, pamtester, xscreensaver }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xsecurelock";
|
pname = "xsecurelock";
|
||||||
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libX11 libXcomposite libXft libXmu libXrandr libXext libXScrnSaver
|
libX11 libXcomposite libXft libXmu libXrandr libXext libXScrnSaver
|
||||||
pam apacheHttpd imagemagick pamtester
|
pam apacheHttpd pamtester
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
@ -7824,9 +7824,7 @@ in
|
|||||||
libxml2 = libxml2Python;
|
libxml2 = libxml2Python;
|
||||||
};
|
};
|
||||||
|
|
||||||
xsecurelock = callPackage ../tools/X11/xsecurelock {
|
xsecurelock = callPackage ../tools/X11/xsecurelock { };
|
||||||
xset = xorg.xset;
|
|
||||||
};
|
|
||||||
|
|
||||||
xsel = callPackage ../tools/misc/xsel { };
|
xsel = callPackage ../tools/misc/xsel { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user