aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/polkit
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-07-07 00:01:33 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-07-07 00:01:33 -0700
commit76483363d128007771673b73a6490cb001816e86 (patch)
tree0cb91b2d351cc6bf708e2b0b03ffd0ab13352e87 /pkgs/development/libraries/polkit
parentf36a9a798e7b9a54bed2042ca77a75b3debf7645 (diff)
polkit: 0.112 -> 0.113
Diffstat (limited to 'pkgs/development/libraries/polkit')
-rw-r--r--pkgs/development/libraries/polkit/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/polkit/default.nix b/pkgs/development/libraries/polkit/default.nix
index 7fe16cec56b9..cdeaa0cb1d96 100644
--- a/pkgs/development/libraries/polkit/default.nix
+++ b/pkgs/development/libraries/polkit/default.nix
@@ -15,11 +15,11 @@ let
in
stdenv.mkDerivation rec {
- name = "polkit-0.112";
+ name = "polkit-0.113";
src = fetchurl {
url = "http://www.freedesktop.org/software/polkit/releases/${name}.tar.gz";
- sha256 = "1xkary7yirdcjdva950nqyhmsz48qhrdsr78zciahj27p8yg95fn";
+ sha256 = "109w86kfqrgz83g9ivggplmgc77rz8kx8646izvm2jb57h4rbh71";
};
buildInputs =
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
preConfigure = ''
patchShebangs .
'' + stdenv.lib.optionalString useSystemd /* bogus chroot detection */ ''
- sed '/libsystemd-login autoconfigured, but system does not appear to use systemd/s/.*/:/' -i configure
+ sed '/libsystemd autoconfigured/s/.*/:/' -i configure
''
# ‘libpolkit-agent-1.so’ should call the setuid wrapper on
# NixOS. Hard-coding the path is kinda ugly. Maybe we can just