work
This commit is contained in:
parent
698e0b6ec2
commit
49ae5f3981
10 changed files with 129 additions and 107 deletions
|
@ -1,9 +1,10 @@
|
|||
{ lib, fetchFromGitHub, python310Packages, wrapQtAppsHook, pkgs }:
|
||||
{ lib, fetchFromGitHub, python311Packages, wrapQtAppsHook, pkgs }:
|
||||
|
||||
let
|
||||
pname = "nagstamon";
|
||||
version = "v3.10.1";
|
||||
in python310Packages.buildPythonApplication rec {
|
||||
version = "v3.12.0";
|
||||
|
||||
in python311Packages.buildPythonApplication rec {
|
||||
inherit pname;
|
||||
inherit version;
|
||||
|
||||
|
@ -11,7 +12,7 @@ in python310Packages.buildPythonApplication rec {
|
|||
owner = "HenriWahl";
|
||||
repo = "Nagstamon";
|
||||
rev = version;
|
||||
sha256 = "sha256-TdwvHQDDQqZ6uvdCTJCMCdivM/vaZpMrpLRMKN2y76Y=";
|
||||
sha256 = "sha256-SI0FPTqJquaVyl/gpp883eGLq7tZ6J0fqn0jp77M8GM=";
|
||||
};
|
||||
|
||||
doCheck = false;
|
||||
|
@ -22,17 +23,17 @@ in python310Packages.buildPythonApplication rec {
|
|||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
python310Packages.beautifulsoup4
|
||||
python310Packages.configparser
|
||||
python310Packages.dateutil
|
||||
python310Packages.keyring
|
||||
python310Packages.lxml
|
||||
python310Packages.psutil
|
||||
python310Packages.pyqt5_with_qtmultimedia
|
||||
python310Packages.requests
|
||||
python310Packages.requests-kerberos
|
||||
python310Packages.setuptools
|
||||
python310Packages.xlib
|
||||
python311Packages.beautifulsoup4
|
||||
python311Packages.configparser
|
||||
python311Packages.dateutil
|
||||
python311Packages.keyring
|
||||
python311Packages.lxml
|
||||
python311Packages.psutil
|
||||
python311Packages.pyqt5_with_qtmultimedia
|
||||
python311Packages.requests
|
||||
python311Packages.requests-kerberos
|
||||
python311Packages.setuptools
|
||||
python311Packages.xlib
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue