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:
parent
5af6febf48
commit
784e32ec1a
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in New Issue