droopy: use python 3.7 for macpath
droopy uses the macpath module which got removed in python 3.8. Pinning the python version to 3.7 fixes the ensuing runtime failure (for now).
This commit is contained in:
@@ -19980,9 +19980,7 @@ in
|
||||
buildServerGui = false;
|
||||
};
|
||||
|
||||
droopy = callPackage ../applications/networking/droopy {
|
||||
inherit (python3Packages) wrapPython;
|
||||
};
|
||||
droopy = python37Packages.callPackage ../applications/networking/droopy { };
|
||||
|
||||
drumgizmo = callPackage ../applications/audio/drumgizmo { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user