pythonPackages.magic-wormhole: mark broken for Python 2.7
This commit is contained in:
parent
9772a585c0
commit
9a30a244e0
@ -18,6 +18,7 @@
|
|||||||
, mock
|
, mock
|
||||||
, magic-wormhole-transit-relay
|
, magic-wormhole-transit-relay
|
||||||
, magic-wormhole-mailbox-server
|
, magic-wormhole-mailbox-server
|
||||||
|
, isPy27
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -55,6 +56,9 @@ buildPythonPackage rec {
|
|||||||
description = "Securely transfer data between computers";
|
description = "Securely transfer data between computers";
|
||||||
homepage = https://github.com/warner/magic-wormhole;
|
homepage = https://github.com/warner/magic-wormhole;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
# Currently broken on Python 2.7. See
|
||||||
|
# https://github.com/NixOS/nixpkgs/issues/71826
|
||||||
|
broken = isPy27;
|
||||||
maintainers = with maintainers; [ asymmetric ];
|
maintainers = with maintainers; [ asymmetric ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user