Merge pull request #289531 from mweinelt/python312full-bluez

cpython: allow full variant on all platformns where bluez is available
This commit is contained in:
Martin Weinelt
2024-02-22 16:37:11 +01:00
committed by GitHub
2 changed files with 7 additions and 10 deletions
@@ -95,9 +95,6 @@ assert x11Support -> tcl != null
assert bluezSupport -> bluez != null;
assert lib.assertMsg (bluezSupport -> stdenv.isLinux)
"Bluez support is only available on Linux.";
assert lib.assertMsg (enableFramework -> stdenv.isDarwin)
"Framework builds are only supported on Darwin.";