wikicurses: move to by-name
This commit is contained in:
+3
-3
@@ -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
|
||||
@@ -15783,10 +15783,6 @@ with pkgs;
|
||||
|
||||
wibo = pkgsi686Linux.callPackage ../applications/emulators/wibo { };
|
||||
|
||||
wikicurses = callPackage ../applications/misc/wikicurses {
|
||||
pythonPackages = python3Packages;
|
||||
};
|
||||
|
||||
winePackagesFor =
|
||||
wineBuild:
|
||||
lib.makeExtensible (
|
||||
|
||||
Reference in New Issue
Block a user