mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
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
|
||||
, libX11, libXcomposite, libXft, libXmu, pam, apacheHttpd, imagemagick
|
||||
, pamtester, xscreensaver, xset }:
|
||||
, libX11, libXcomposite, libXft, libXmu, libXrandr, libXext, libXScrnSaver
|
||||
, pam, apacheHttpd, imagemagick, pamtester, xscreensaver, xset }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "xsecurelock-${version}";
|
||||
@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
|
||||
autoreconfHook pkgconfig
|
||||
];
|
||||
buildInputs = [
|
||||
libX11 libXcomposite libXft libXmu pam
|
||||
apacheHttpd imagemagick pamtester
|
||||
libX11 libXcomposite libXft libXmu libXrandr libXext libXScrnSaver
|
||||
pam apacheHttpd imagemagick pamtester
|
||||
];
|
||||
|
||||
configureFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user