py3status: 3.0 -> 3.6
This commit is contained in:
parent
da3640ec56
commit
36ee9dcf70
@ -8352,14 +8352,15 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
py3status = buildPythonPackage rec {
|
py3status = buildPythonPackage rec {
|
||||||
version = "3.0";
|
version = "3.6";
|
||||||
name = "py3status-${version}";
|
name = "py3status-${version}";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "ultrabug";
|
owner = "ultrabug";
|
||||||
repo = "py3status";
|
repo = "py3status";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1mnl0rfbnimcpp7q9hva0x9jfa58j4nc27r9kvaii8869kzssw48";
|
sha256 = "01qvrwgkphb0lr7g9dm0hncbxcds05kg4qgbsrvnc7d5j2vhfdkr";
|
||||||
};
|
};
|
||||||
|
doCheck = false;
|
||||||
propagatedBuildInputs = with self; [ requests ];
|
propagatedBuildInputs = with self; [ requests ];
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
sed -i -e "s|\[\"acpi\"|\[\"${pkgs.acpi}/bin/acpi\"|" py3status/modules/battery_level.py
|
sed -i -e "s|\[\"acpi\"|\[\"${pkgs.acpi}/bin/acpi\"|" py3status/modules/battery_level.py
|
||||||
|
Loading…
Reference in New Issue
Block a user