wikicurses: move to by-name

This commit is contained in:
jopejoe1
2025-08-21 10:31:47 +02:00
parent ef7f010d24
commit db64e45c90
2 changed files with 3 additions and 7 deletions
@@ -1,11 +1,11 @@
{
lib,
fetchFromGitHub,
pythonPackages,
python3Packages,
installShellFiles,
}:
pythonPackages.buildPythonApplication rec {
python3Packages.buildPythonApplication rec {
version = "1.4";
format = "setuptools";
pname = "wikicurses";
@@ -26,7 +26,7 @@ pythonPackages.buildPythonApplication rec {
installShellFiles
];
propagatedBuildInputs = with pythonPackages; [
propagatedBuildInputs = with python3Packages; [
urwid
beautifulsoup4
lxml
-4
View File
@@ -15783,10 +15783,6 @@ with pkgs;
wibo = pkgsi686Linux.callPackage ../applications/emulators/wibo { };
wikicurses = callPackage ../applications/misc/wikicurses {
pythonPackages = python3Packages;
};
winePackagesFor =
wineBuild:
lib.makeExtensible (