0
0
Fork 0
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:
Peder Bergebakken Sundt 2025-05-30 01:08:21 +02:00
parent b6dd19a100
commit bec1f651b9

View file

@ -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