mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
caffeine-ng: 3.4.2 -> 3.5.1
This commit is contained in:
parent
3a8f26c2c1
commit
84127a719f
@ -4,11 +4,11 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "caffeine-ng";
|
pname = "caffeine-ng";
|
||||||
version = "3.4.2";
|
version = "3.5.1";
|
||||||
|
|
||||||
src = python3Packages.fetchPypi{
|
src = python3Packages.fetchPypi{
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256="05k8smjlfjcccgmp8qi04l7106k46fs4p8fl5bdqqjwv6pwl7y4w";
|
sha256="0akzldqvxnqngpj1s6y2phgj7ch8wfm02j6z2drqvsbvaadw0jbm";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ wrapGAppsHook glib ];
|
nativeBuildInputs = [ wrapGAppsHook glib ];
|
||||||
@ -18,7 +18,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
];
|
];
|
||||||
pythonPath = with python3Packages; [
|
pythonPath = with python3Packages; [
|
||||||
dbus-python docopt ewmh pygobject3 pyxdg
|
dbus-python docopt ewmh pygobject3 pyxdg
|
||||||
setproctitle
|
setproctitle pulsectl
|
||||||
];
|
];
|
||||||
|
|
||||||
doCheck = false; # There are no tests.
|
doCheck = false; # There are no tests.
|
||||||
|
Loading…
Reference in New Issue
Block a user