mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
python3Packages.pybluez: mark disabled, requires use2to3
This commit is contained in:
parent
da5aba49bc
commit
f88a4d31f8
@ -2,11 +2,14 @@
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, pkgs
|
||||
, isPy3k
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "unstable-20160819";
|
||||
pname = "pybluez";
|
||||
# requires use2to3, which is no longer supported in setuptools>58
|
||||
disabled = isPy3k;
|
||||
|
||||
propagatedBuildInputs = [ pkgs.bluez ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user