mymcplus: use pkgs.callPackage and python3Packages in dependencies
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
lib,
|
||||
fetchFromSourcehut,
|
||||
pythonPackages,
|
||||
python3Packages,
|
||||
wrapGAppsHook3,
|
||||
}:
|
||||
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "mymcplus";
|
||||
version = "3.0.5";
|
||||
|
||||
@@ -20,7 +20,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
wrapGAppsHook3
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
pyopengl
|
||||
wxpython
|
||||
];
|
||||
|
||||
@@ -1175,7 +1175,7 @@ with pkgs;
|
||||
|
||||
mpy-utils = python3Packages.callPackage ../tools/misc/mpy-utils { };
|
||||
|
||||
mymcplus = python3Packages.callPackage ../tools/games/mymcplus { };
|
||||
mymcplus = callPackage ../tools/games/mymcplus { };
|
||||
|
||||
networkd-notify = python3Packages.callPackage ../tools/networking/networkd-notify {
|
||||
systemd = pkgs.systemd;
|
||||
|
||||
Reference in New Issue
Block a user