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