mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00: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,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchzip,
|
fetchzip,
|
||||||
python311Packages,
|
python3Packages,
|
||||||
desktop-file-utils,
|
desktop-file-utils,
|
||||||
freecell-solver,
|
freecell-solver,
|
||||||
black-hole-solver,
|
black-hole-solver,
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
gitUpdater,
|
gitUpdater,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python311Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "pysolfc";
|
pname = "pysolfc";
|
||||||
version = "3.2.0";
|
version = "3.2.0";
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ python311Packages.buildPythonApplication rec {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python311Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
tkinter
|
tkinter
|
||||||
six
|
six
|
||||||
random2
|
random2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue