cpython: allow full variant on all platformns where bluez is available

Closes: #289113
This commit is contained in:
Martin Weinelt
2024-02-17 14:05:32 +01:00
parent 10cfcdbf79
commit bc775ec0dd
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.";