pysolfc: unpin python311
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
lib,
|
||||
stdenv,
|
||||
fetchzip,
|
||||
python311Packages,
|
||||
python3Packages,
|
||||
desktop-file-utils,
|
||||
freecell-solver,
|
||||
black-hole-solver,
|
||||
@@ -10,7 +10,7 @@
|
||||
gitUpdater,
|
||||
}:
|
||||
|
||||
python311Packages.buildPythonApplication rec {
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "pysolfc";
|
||||
version = "3.2.0";
|
||||
|
||||
@@ -51,7 +51,7 @@ python311Packages.buildPythonApplication rec {
|
||||
'';
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python311Packages; [
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
tkinter
|
||||
six
|
||||
random2
|
||||
|
||||
Reference in New Issue
Block a user