summary refs log tree commit diff
path: root/pkgs/development/libraries/dbus
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-08-23 17:24:38 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-08-24 15:07:44 -0400
commitd35a71a2da1a22b403eb1dc77424563e330326bb (patch)
treec8481b8efbd88e03ec3a93bec76f0d0db496f11e /pkgs/development/libraries/dbus
parenta188cfadc6c3a149b07aa2b1dba7e3385e1095a4 (diff)
downloadnixpkgs-d35a71a2da1a22b403eb1dc77424563e330326bb.tar
nixpkgs-d35a71a2da1a22b403eb1dc77424563e330326bb.tar.gz
nixpkgs-d35a71a2da1a22b403eb1dc77424563e330326bb.tar.bz2
nixpkgs-d35a71a2da1a22b403eb1dc77424563e330326bb.tar.lz
nixpkgs-d35a71a2da1a22b403eb1dc77424563e330326bb.tar.xz
nixpkgs-d35a71a2da1a22b403eb1dc77424563e330326bb.tar.zst
nixpkgs-d35a71a2da1a22b403eb1dc77424563e330326bb.zip
dbus: delete systemd.patch
Not used anymore.
Diffstat (limited to 'pkgs/development/libraries/dbus')
-rw-r--r--pkgs/development/libraries/dbus/systemd.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/pkgs/development/libraries/dbus/systemd.patch b/pkgs/development/libraries/dbus/systemd.patch
deleted file mode 100644
index 7e6cb1f87d0..00000000000
--- a/pkgs/development/libraries/dbus/systemd.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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