Skip to content

Commit

Permalink
python27Packages.python-otr: mark as broken
Browse files Browse the repository at this point in the history
See inline comment for details.

https://hydra.nixos.org/build/115510612

CC @NixOS/nixos-release-managers

ZHF: NixOS#80379
  • Loading branch information
bhipple committed Mar 29, 2020
1 parent 2c5fe63 commit c77bd38
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkgs/development/python-modules/python-otr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ buildPythonPackage rec {

meta = with stdenv.lib; {
description = "A pure python implementation of OTR";
homepage = https://github.com/AGProjects/otr;
homepage = "https://github.com/AGProjects/python-otr";
license = licenses.lgpl21Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ edwtjo ];
# The package itself does not support python3, and its transitive
# dependencies rely on namespace package support that does not work in
# Nix's python2 infra. See #74619 for details.
broken = true;
};

}

0 comments on commit c77bd38

Please sign in to comment.