forked from mirrors/nixpkgs
polkit-qt-1-0.103.0
Fixes crash https://bugs.kde.org/show_bug.cgi?id=258916 svn path=/nixpkgs/trunk/; revision=30942
This commit is contained in:
parent
bbc4ac6e9f
commit
dc2af32b74
|
@ -1,18 +1,18 @@
|
|||
{ stdenv, fetchurl, cmake, qt4, pkgconfig, polkit, automoc4, glib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "polkit-qt-1-0.99.0";
|
||||
name = "polkit-qt-1-0.103.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kde/stable/apps/KDE4.x/admin/${name}.tar.bz2";
|
||||
sha256 = "02m710q34aapbmnz1p6qwgkk5xjmm239zdl3lvjg77dh3j0w5i3r";
|
||||
sha256 = "0k17sb70ywk94dmncnkyig03sg1hcfbhi5wlc77xf3rxirmmccif";
|
||||
};
|
||||
|
||||
patches = [ ./polkit-install.patch ];
|
||||
|
||||
buildInputs = [ cmake qt4 automoc4 ];
|
||||
|
||||
propagatedBuildInputs = [ polkit glib ];
|
||||
buildNativeInputs = [ cmake automoc4 ];
|
||||
|
||||
propagatedBuildInputs = [ polkit glib qt4 ];
|
||||
|
||||
meta = {
|
||||
description = "A Qt wrapper around PolKit";
|
||||
|
|
Loading…
Reference in a new issue