systemd: Update to 197
This commit is contained in:
parent
5391395e68
commit
d906239fe3
@ -6,11 +6,11 @@
|
|||||||
assert stdenv.gcc.libc or null != null;
|
assert stdenv.gcc.libc or null != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "systemd-196";
|
name = "systemd-197";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.freedesktop.org/software/systemd/${name}.tar.xz";
|
url = "http://www.freedesktop.org/software/systemd/${name}.tar.xz";
|
||||||
sha256 = "1gz4an5havzwzp7xsinn01prwvf51hgipb8pbciri0fxlmcadm3b";
|
sha256 = "1dbljyyc3w4a1af99f15f3sqnfx7mfmc5x5hwxb70kg23ai7x1g6";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches =
|
patches =
|
||||||
@ -27,7 +27,6 @@ stdenv.mkDerivation rec {
|
|||||||
configureFlags =
|
configureFlags =
|
||||||
[ "--localstatedir=/var"
|
[ "--localstatedir=/var"
|
||||||
"--sysconfdir=/etc"
|
"--sysconfdir=/etc"
|
||||||
"--with-distro=other"
|
|
||||||
"--with-rootprefix=$(out)"
|
"--with-rootprefix=$(out)"
|
||||||
"--with-rootprefix=$(out)"
|
"--with-rootprefix=$(out)"
|
||||||
"--with-dbusinterfacedir=$(out)/share/dbus-1/interfaces"
|
"--with-dbusinterfacedir=$(out)/share/dbus-1/interfaces"
|
||||||
@ -55,6 +54,8 @@ stdenv.mkDerivation rec {
|
|||||||
--replace /usr/lib/systemd/catalog/ $out/lib/systemd/catalog/
|
--replace /usr/lib/systemd/catalog/ $out/lib/systemd/catalog/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
PYTHON_BINARY = "${coreutils}/bin/env python"; # don't want a build time dependency on Python
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE =
|
NIX_CFLAGS_COMPILE =
|
||||||
[ "-DKBD_LOADKEYS=\"${kbd}/bin/loadkeys\""
|
[ "-DKBD_LOADKEYS=\"${kbd}/bin/loadkeys\""
|
||||||
"-DKBD_SETFONT=\"${kbd}/bin/setfont\""
|
"-DKBD_SETFONT=\"${kbd}/bin/setfont\""
|
||||||
|
Loading…
Reference in New Issue
Block a user