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:
sternenseemann 2020-08-31 00:46:22 +02:00 committed by Jon
parent 5af6febf48
commit 784e32ec1a

View file

@ -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 { };