use python 3.9 for nagstamon
This commit is contained in:
parent
45e3a8d1cd
commit
6f711ca783
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, fetchFromGitHub, python37Packages, wrapQtAppsHook }:
|
{ stdenv, fetchFromGitHub, python39Packages, wrapQtAppsHook }:
|
||||||
|
|
||||||
python37Packages.buildPythonApplication rec {
|
python39Packages.buildPythonApplication rec {
|
||||||
pname = "nagstamon";
|
pname = "nagstamon";
|
||||||
version = "3.7.0-alpha";
|
version = "3.7.0-alpha";
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ python37Packages.buildPythonApplication rec {
|
||||||
wrapQtApp $out/bin/nagstamon.py
|
wrapQtApp $out/bin/nagstamon.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = with python37Packages; [
|
propagatedBuildInputs = with python39Packages; [
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
configparser
|
configparser
|
||||||
dateutil
|
dateutil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue