mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 18:23:44 +00:00
google_apputils: Keep disabled on py3k
This commit is contained in:
parent
c21991d478
commit
a959cc91cf
@ -4861,6 +4861,7 @@ let
|
||||
|
||||
google_apputils = buildPythonPackage rec {
|
||||
name = "google-apputils-0.4.1";
|
||||
disabled = isPy3k;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/g/google-apputils/${name}.tar.gz";
|
||||
|
Loading…
Reference in New Issue
Block a user