gogdl: migrate to pkgs/by-name

This commit is contained in:
Aidan Gauland
2025-04-20 09:50:45 +12:00
parent 9258185510
commit 6acbb60256
2 changed files with 4 additions and 9 deletions
@@ -1,15 +1,12 @@
{
lib,
writeScript,
buildPythonApplication,
python3Packages,
fetchFromGitHub,
pythonOlder,
setuptools,
requests,
cacert,
}:
buildPythonApplication rec {
python3Packages.buildPythonApplication rec {
pname = "gogdl";
version = "1.1.2";
format = "pyproject";
@@ -21,9 +18,9 @@ buildPythonApplication rec {
hash = "sha256-pK6JeTJeBq9qVfflNSYs3s4HuD0Kz6k9DDUVHL81FV0=";
};
disabled = pythonOlder "3.8";
disabled = python3Packages.pythonOlder "3.8";
propagatedBuildInputs = [
propagatedBuildInputs = with python3Packages; [
setuptools
requests
];
-2
View File
@@ -17287,8 +17287,6 @@ with pkgs;
libXNVCtrl = linuxPackages.nvidia_x11.settings.libXNVCtrl;
};
gogdl = python3Packages.callPackage ../games/gogdl { };
gscrabble = python3Packages.callPackage ../games/gscrabble { };
gshogi = callPackage ../games/gshogi { };