mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 10:43:27 +00:00
polkit: 0.119 → 0.120
https://lists.freedesktop.org/archives/polkit-devel/2021-October/000608.html
This commit is contained in:
parent
e6b0796129
commit
54417ca863
@ -7,7 +7,7 @@
|
|||||||
, pam
|
, pam
|
||||||
, perl
|
, perl
|
||||||
, fetchpatch
|
, fetchpatch
|
||||||
, intltool
|
, gettext
|
||||||
, spidermonkey_78
|
, spidermonkey_78
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, libxslt
|
, libxslt
|
||||||
@ -34,13 +34,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "polkit";
|
pname = "polkit";
|
||||||
version = "0.119";
|
version = "0.120";
|
||||||
|
|
||||||
outputs = [ "bin" "dev" "out" ]; # small man pages in $bin
|
outputs = [ "bin" "dev" "out" ]; # small man pages in $bin
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.freedesktop.org/software/${pname}/releases/${pname}-${version}.tar.gz";
|
url = "https://www.freedesktop.org/software/${pname}/releases/${pname}-${version}.tar.gz";
|
||||||
sha256 = "0p0zzmr0kh3mpmqya4q27y4h9b920zp5ya0i8909ahp9hvdrymy8";
|
sha256 = "7npZmoUxF78nNUhyVxn6kvq9LxNpFcekkGzumFZ67gM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
|
|||||||
glib
|
glib
|
||||||
gtk-doc
|
gtk-doc
|
||||||
pkg-config
|
pkg-config
|
||||||
intltool
|
gettext
|
||||||
perl
|
perl
|
||||||
|
|
||||||
# man pages
|
# man pages
|
||||||
|
Loading…
Reference in New Issue
Block a user