summary refs log tree commit diff
path: root/pkgs/development/libraries/dbus/systemd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/dbus/systemd.patch')
-rw-r--r--pkgs/development/libraries/dbus/systemd.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkgs/development/libraries/dbus/systemd.patch b/pkgs/development/libraries/dbus/systemd.patch
new file mode 100644
index 00000000000..7e6cb1f87d0
--- /dev/null
+++ b/pkgs/development/libraries/dbus/systemd.patch
@@ -0,0 +1,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