mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
dbus: delete systemd.patch
Not used anymore.
This commit is contained in:
parent
a188cfadc6
commit
d35a71a2da
@ -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
|
Loading…
Reference in New Issue
Block a user