mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
python3Packages.goobook: disable on py3k
This commit is contained in:
parent
9cd8c65eea
commit
cfbdb07159
|
@ -3719,12 +3719,15 @@ rec {
|
|||
|
||||
goobook = buildPythonPackage rec {
|
||||
name = "goobook-1.5";
|
||||
disabled = isPy3k;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/g/goobook/${name}.tar.gz";
|
||||
sha256 = "05vpriy391l5i05ckl5ja5bswqyvl3rwrbmks9pi46w1813j7p5z";
|
||||
};
|
||||
|
||||
buildInputs = [ six ];
|
||||
|
||||
preConfigure = ''
|
||||
sed -i '/distribute/d' setup.py
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue