Merge pull request #56630 from m45t3r/add-missing-x11-deps-to-xsecurelock
xsecurelock: Added missing X11 buildInputs
This commit is contained in:
commit
380449784c
@ -1,6 +1,6 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkgconfig
|
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkgconfig
|
||||||
, libX11, libXcomposite, libXft, libXmu, pam, apacheHttpd, imagemagick
|
, libX11, libXcomposite, libXft, libXmu, libXrandr, libXext, libXScrnSaver
|
||||||
, pamtester, xscreensaver, xset }:
|
, pam, apacheHttpd, imagemagick, pamtester, xscreensaver, xset }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "xsecurelock-${version}";
|
name = "xsecurelock-${version}";
|
||||||
@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
|
|||||||
autoreconfHook pkgconfig
|
autoreconfHook pkgconfig
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libX11 libXcomposite libXft libXmu pam
|
libX11 libXcomposite libXft libXmu libXrandr libXext libXScrnSaver
|
||||||
apacheHttpd imagemagick pamtester
|
pam apacheHttpd imagemagick pamtester
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user