ps_mem: switch to python3
This commit is contained in:
parent
6e4f70e880
commit
9f1019528d
1 changed files with 3 additions and 5 deletions
|
@ -1,10 +1,8 @@
|
|||
{ lib, python2Packages, fetchFromGitHub }:
|
||||
{ lib, python3Packages, fetchFromGitHub }:
|
||||
|
||||
let
|
||||
version = "3.13";
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "ps_mem";
|
||||
in python2Packages.buildPythonApplication {
|
||||
name = "${pname}-${version}";
|
||||
version = "3.13";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pixelb";
|
||||
|
|
Loading…
Reference in a new issue