about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/dbus/systemd.patch
blob: 7e6cb1f87d07afa8008accfe3d57045230d035b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/configure.ac b/configure.ac
index 24fcc9e..98e0459 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1167,7 +1167,8 @@ else
     PKG_CHECK_MODULES(SYSTEMD,
         [libsystemd-login >= 32, libsystemd-daemon >= 32],
         have_systemd=yes,
-        have_systemd=no)
+        have_systemd=yes)
+    AC_MSG_NOTICE([NixOS: do not care whether we found systemd or not])
 fi
 
 if test x$have_systemd = xyes; then