polkit: update, including non-critical CVE-2013-4288 fix

This commit is contained in:
Vladimír Čunát
2013-10-05 21:29:08 +02:00
parent e1e0a11f86
commit a7d129b05e
3 changed files with 16 additions and 8 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, autoconf213, nspr, perl, python, readline, zip }:
{ stdenv, fetchurl, pkgconfig, autoconf213, nspr, perl, python, readline, zip }:
stdenv.mkDerivation rec {
version = "185-1.0.0";
@@ -9,7 +9,9 @@ stdenv.mkDerivation rec {
sha256 = "5d12f7e1f5b4a99436685d97b9b7b75f094d33580227aa998c406bbae6f2a687";
};
buildInputs = [ autoconf213 nspr perl python readline zip ];
propagatedBuildInputs = [ nspr ];
buildInputs = [ pkgconfig autoconf213 perl python readline zip ];
postUnpack = "sourceRoot=\${sourceRoot}/js/src";