about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorEldritch Cookie <eldritch.cookie@disroot.org>2024-01-14 15:24:27 -0300
committerRodney Lorrimar <dev@rodney.id.au>2024-02-22 13:57:17 +0800
commitbee5bd01061f92c11ef85f2e6cedd7bdeb794318 (patch)
tree73d4e7b6bc5629bd3cfd86a10623d6867693b04c /pkgs/top-level
parent511914a5fe00c6f4c36c4ce538da5c17dc194cc9 (diff)
libxml2: add meta.pkgConfigModules and tests.pkg-config
Co-authored-by: Rodney Lorrimar <dev@rodney.id.au>
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 2a87e34ee05bd..ed75eadb74f07 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -23639,8 +23639,8 @@ with pkgs;
   in pkgs.buildEnv { # slightly hacky
     name = "libxml2+py-${res.libxml2.version}";
     paths = with libxml2; [ dev bin py ];
-    # Avoid update.nix conflicts with libxml2.
-    passthru = builtins.removeAttrs libxml2.passthru [ "updateScript" ];
+    # Avoid update.nix/tests conflicts with libxml2.
+    passthru = builtins.removeAttrs libxml2.passthru [ "updateScript" "tests" ];
     # the hook to find catalogs is hidden by buildEnv
     postBuild = ''
       mkdir "$out/nix-support"