deepin.dde-polkit-agent: 0.2.6 -> 0.2.10
This commit is contained in:
parent
1e9aedc718
commit
83457f1269
@ -4,13 +4,13 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "dde-polkit-agent";
|
pname = "dde-polkit-agent";
|
||||||
version = "0.2.6";
|
version = "0.2.10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "linuxdeepin";
|
owner = "linuxdeepin";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1ih78sxhnn6hbx9mzhalx95dk18f217mjbvymf8dky2vkmw8vnmx";
|
sha256 = "0syg121slpd6d9xpifgcf85lg9ca0k96cl1g3rjvsmczs2d2ffgf";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -27,10 +27,6 @@ stdenv.mkDerivation rec {
|
|||||||
polkit-qt
|
polkit-qt
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [
|
|
||||||
./dde-polkit-agent.plugins-dir.patch
|
|
||||||
];
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
searchHardCodedPaths
|
searchHardCodedPaths
|
||||||
patchShebangs translate_generation.sh
|
patchShebangs translate_generation.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user