summary refs log tree commit diff
path: root/pkgs/development/libraries/xapian
diff options
context:
space:
mode:
authorCharlotte Van Petegem <charlotte@vanpetegem.me>2022-07-15 10:23:07 +0200
committerCharlotte Van Petegem <charlotte@vanpetegem.me>2022-07-15 18:34:12 +0200
commite1c0a925e065484d4963ad27700dead40a35863a (patch)
tree1bc019a6da62ec75053c70aeba4ffd13346e11cf /pkgs/development/libraries/xapian
parentfdcc07c8ceada89ec4055c1008ad853a5539dc4d (diff)
xapian: Add warning about xapian-omega and python3Packages.xapian
Diffstat (limited to 'pkgs/development/libraries/xapian')
-rw-r--r--pkgs/development/libraries/xapian/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/libraries/xapian/default.nix b/pkgs/development/libraries/xapian/default.nix
index 21e88a713a695..6d617564b04e0 100644
--- a/pkgs/development/libraries/xapian/default.nix
+++ b/pkgs/development/libraries/xapian/default.nix
@@ -38,5 +38,8 @@ let
     };
   };
 in {
+  # Don't forget to change the hashes in xapian-omega and
+  # python3Packages.xapian. They inherit the version from this package, and
+  # should always be built with the equivalent xapian version.
   xapian_1_4 = generic "1.4.20" "sha256-zivl7/cgdcgQbANA5wsQk9vOviq0LcHBvgjdOtQZRC0=";
 }