upower: 0.9.19 -> 0.9.21
This commit is contained in:
parent
9fad991fbb
commit
d10d50132a
|
@ -6,11 +6,11 @@
|
||||||
assert stdenv.isLinux;
|
assert stdenv.isLinux;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "upower-0.9.19";
|
name = "upower-0.9.21";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://upower.freedesktop.org/releases/${name}.tar.xz";
|
url = "http://upower.freedesktop.org/releases/${name}.tar.xz";
|
||||||
sha256 = "053yahks5c7nwdxwx8q6nqp3mxbqldmc844mzyvc3ws9635zmisl";
|
sha256 = "1qmjvfdsm6fnmwmdz0mb8nc8i5fnvzz98j37w0ia7482f058xhhk";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
|
@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
|
||||||
[ "--enable-systemd"
|
[ "--enable-systemd"
|
||||||
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
|
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
|
||||||
"--with-systemdutildir=$(out)/lib/systemd/system-sleep"
|
"--with-systemdutildir=$(out)/lib/systemd/system-sleep"
|
||||||
|
"--with-udevrulesdir=$(out)/lib/udev/rules.d"
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure =
|
preConfigure =
|
||||||
|
|
Loading…
Reference in New Issue