pysolfc: use callPackage instead of python3Packages.callPackage

This commit is contained in:
Wroclaw
2025-04-03 16:52:47 +02:00
parent addc3f2b71
commit 06edebfb24
+1 -1
View File
@@ -17627,7 +17627,7 @@ with pkgs;
protobuf = protobuf_21;
};
pysolfc = python3Packages.callPackage ../games/pysolfc { };
pysolfc = callPackage ../games/pysolfc { };
quake3wrapper = callPackage ../games/quake3/wrapper { };