google-apputils: enable for py3k (#21079)
No apparent reason for it being disabled per #21061. I guess we'll find out if there was a reason.
This commit is contained in:
parent
601058e0e2
commit
d568cb971b
1 changed files with 0 additions and 1 deletions
|
@ -12194,7 +12194,6 @@ in {
|
||||||
|
|
||||||
google_apputils = buildPythonPackage rec {
|
google_apputils = buildPythonPackage rec {
|
||||||
name = "google-apputils-0.4.1";
|
name = "google-apputils-0.4.1";
|
||||||
disabled = isPy3k;
|
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/g/google-apputils/${name}.tar.gz";
|
url = "mirror://pypi/g/google-apputils/${name}.tar.gz";
|
||||||
|
|
Loading…
Reference in a new issue