light-locker: 1.7.0 -> 1.8.0

This commit is contained in:
Tad Fisher 2018-03-07 23:00:48 -08:00 committed by Robin Gloster
parent 1b0cb040d9
commit f54a02df4f
2 changed files with 2 additions and 18 deletions

View file

@ -16,18 +16,15 @@
stdenv.mkDerivation rec {
name = "${basename}-${version}";
basename = "light-locker";
version = "1.7.0";
version = "1.8.0";
src = fetchFromGitHub {
owner = "the-cavalry";
repo = basename;
rev = "v${version}";
sha256 = "0ygkp5vgkx2nfhfql6j2jsfay394gda23ir3sx4f72j4agsirjvj";
sha256 = "1zsafc10bmliknf12h3mgy7f73lvgph0q0wkaqp42iagmw11yaj8";
};
# Patch so that systemd is "found" when configuring.
patches = [ ./systemd.patch ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ which xfce.xfce4-dev-tools glib systemd
libX11 libXScrnSaver libXxf86misc gtk3 dbus-glib wrapGAppsHook ];

View file

@ -1,13 +0,0 @@
diff --git a/configure.ac.in b/configure.ac.in
index f7d5f5d..341bc83 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -424,7 +424,7 @@ AC_ARG_WITH(systemd,
[with_systemd=$withval], [with_systemd=auto])
PKG_CHECK_MODULES(SYSTEMD,
- [libsystemd-login],
+ [libsystemd],
[have_systemd=yes], [have_systemd=no])
if test "x$with_systemd" = "xauto" ; then