mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
pysolfc: unpin python311
This commit is contained in:
parent
b6dd19a100
commit
bec1f651b9
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue