about summary refs log tree commit diff
path: root/pkgs/development/libraries/protobuf/2.5.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/protobuf/2.5.nix')
-rw-r--r--pkgs/development/libraries/protobuf/2.5.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/protobuf/2.5.nix b/pkgs/development/libraries/protobuf/2.5.nix
index 4cc6a68c9f20..9d7bb38cf3c9 100644
--- a/pkgs/development/libraries/protobuf/2.5.nix
+++ b/pkgs/development/libraries/protobuf/2.5.nix
@@ -2,6 +2,7 @@
 
 callPackage ./generic.nix (args // rec {
   version = "2.5.0";
+  # make sure you test also -A pythonPackages.protobuf
   src = fetchurl {
     url = "http://protobuf.googlecode.com/files/${version}.tar.bz2";
     sha256 = "0xxn9gxhvsgzz2sgmihzf6pf75clr05mqj6218camwrwajpcbgqk";