light-locker: 1.7.0 -> 1.8.0
This commit is contained in:
parent
1b0cb040d9
commit
f54a02df4f
@ -16,18 +16,15 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${basename}-${version}";
|
name = "${basename}-${version}";
|
||||||
basename = "light-locker";
|
basename = "light-locker";
|
||||||
version = "1.7.0";
|
version = "1.8.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "the-cavalry";
|
owner = "the-cavalry";
|
||||||
repo = basename;
|
repo = basename;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0ygkp5vgkx2nfhfql6j2jsfay394gda23ir3sx4f72j4agsirjvj";
|
sha256 = "1zsafc10bmliknf12h3mgy7f73lvgph0q0wkaqp42iagmw11yaj8";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Patch so that systemd is "found" when configuring.
|
|
||||||
patches = [ ./systemd.patch ];
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ which xfce.xfce4-dev-tools glib systemd
|
buildInputs = [ which xfce.xfce4-dev-tools glib systemd
|
||||||
libX11 libXScrnSaver libXxf86misc gtk3 dbus-glib wrapGAppsHook ];
|
libX11 libXScrnSaver libXxf86misc gtk3 dbus-glib wrapGAppsHook ];
|
||||||
|
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user