network-manager: Fix building against systemd
http://hydra.nixos.org/build/3473319
This commit is contained in:
parent
fd6941ad48
commit
6a0288d14b
@ -29,7 +29,8 @@ stdenv.mkDerivation rec {
|
|||||||
"--without-resolvconf"
|
"--without-resolvconf"
|
||||||
"--sysconfdir=/etc" "--localstatedir=/var"
|
"--sysconfdir=/etc" "--localstatedir=/var"
|
||||||
"--with-dbus-sys-dir=\${out}/etc/dbus-1/system.d"
|
"--with-dbus-sys-dir=\${out}/etc/dbus-1/system.d"
|
||||||
"--with-crypto=gnutls" "--disable-more-warnings" ];
|
"--with-crypto=gnutls" "--disable-more-warnings"
|
||||||
|
"--with-systemdsystemunitdir=$(out)/etc/systemd/systemd" ];
|
||||||
|
|
||||||
buildInputs = [ wirelesstools udev libnl libuuid polkit ppp xz ];
|
buildInputs = [ wirelesstools udev libnl libuuid polkit ppp xz ];
|
||||||
|
|
||||||
@ -57,7 +58,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://projects.gnome.org/NetworkManager/;
|
homepage = http://projects.gnome.org/NetworkManager/;
|
||||||
description = "Network configuration and management in an easy way. Desktop environment independent.";
|
description = "Network configuration and management tool";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ phreedom urkud rickynils ];
|
maintainers = with maintainers; [ phreedom urkud rickynils ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user