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:
Linus Heckemann
2016-12-11 19:30:17 +01:00
committed by Jörg Thalheim
parent 601058e0e2
commit d568cb971b
-1
View File
@@ -12194,7 +12194,6 @@ in {
google_apputils = buildPythonPackage rec {
name = "google-apputils-0.4.1";
disabled = isPy3k;
src = pkgs.fetchurl {
url = "mirror://pypi/g/google-apputils/${name}.tar.gz";