snagboot: use callPackage instead of python3Packages.callPackage
This commit is contained in:
@@ -1206,7 +1206,7 @@ with pkgs;
|
||||
|
||||
shaperglot = with python3Packages; toPythonApplication shaperglot;
|
||||
|
||||
snagboot = python3.pkgs.callPackage ../applications/misc/snagboot { };
|
||||
snagboot = callPackage ../applications/misc/snagboot { };
|
||||
|
||||
slipstream = callPackage ../tools/games/slipstream {
|
||||
jdk = jdk8;
|
||||
|
||||
Reference in New Issue
Block a user