cups-pk-helper: 0.2.5 -> 0.2.6
This commit is contained in:
parent
2a24e86676
commit
99ef5c84b4
@ -1,15 +1,16 @@
|
|||||||
{ stdenv, fetchurl, intltool, pkgconfig, glib, polkit, cups }:
|
{ stdenv, fetchurl, intltool, pkgconfig, glib, polkit, cups }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.2.5";
|
version = "0.2.6";
|
||||||
name = "cups-pk-helper-${version}";
|
name = "cups-pk-helper-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.freedesktop.org/software/cups-pk-helper/releases/cups-pk-helper-${version}.tar.xz";
|
url = "http://www.freedesktop.org/software/cups-pk-helper/releases/cups-pk-helper-${version}.tar.xz";
|
||||||
sha256 = "0651ij5p5s0n3xxbaqsy72s22nx9hfkrjgvg766lkqd1cpniw8hr";
|
sha256 = "0a52jw6rm7lr5nbyksiia0rn7sasyb5cjqcb95z1wxm2yprgi6lm";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ intltool pkgconfig glib polkit cups ];
|
nativeBuildInputs = [ pkgconfig intltool ];
|
||||||
|
buildInputs = [ glib polkit cups ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "PolicyKit helper to configure cups with fine-grained privileges";
|
description = "PolicyKit helper to configure cups with fine-grained privileges";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user