summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2017-11-27 15:56:10 +0100
committerRobert Helgesson <robert@rycee.net>2017-11-27 15:56:10 +0100
commit844f24eb0af24f87af0d7088265f185614745515 (patch)
treec67ee36f7a702ae0362a8677deb25c0bc4b8c7e3
parent13bb5ff4027bb148754fd1cfdf2a5653d7f77101 (diff)
downloadnixlib-844f24eb0af24f87af0d7088265f185614745515.tar
nixlib-844f24eb0af24f87af0d7088265f185614745515.tar.gz
nixlib-844f24eb0af24f87af0d7088265f185614745515.tar.bz2
nixlib-844f24eb0af24f87af0d7088265f185614745515.tar.lz
nixlib-844f24eb0af24f87af0d7088265f185614745515.tar.xz
nixlib-844f24eb0af24f87af0d7088265f185614745515.tar.zst
nixlib-844f24eb0af24f87af0d7088265f185614745515.zip
python-carbon: disable on Python 3
The package does not work on Python 3. Also add license field.
-rw-r--r--pkgs/top-level/python-packages.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 90d8c177b1e7..7f565a73672a 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -21477,6 +21477,8 @@ EOF
     name = "carbon-${version}";
     version = graphiteVersion;
 
+    disabled = isPy3k;
+
     src = pkgs.fetchurl {
       url = "mirror://pypi/c/carbon/${name}.tar.gz";
       sha256 = "142smpmgbnjinvfb6s4ijazish4vfgzyd8zcmdkh55y051fkixkn";
@@ -21488,6 +21490,7 @@ EOF
       homepage = http://graphite.wikidot.com/;
       description = "Backend data caching and persistence daemon for Graphite";
       maintainers = with maintainers; [ rickynils offline ];
+      license = licenses.asl20;
     };
   };