libpsl: Add glibc.debug for valgrind tests

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg 2022-02-16 23:14:34 -08:00
parent be85a55485
commit 4bb779294e

View File

@ -3,6 +3,7 @@
, autoreconfHook
, docbook_xsl
, docbook_xml_dtd_43
, glibc
, gtk-doc
, lzip
, libidn2
@ -38,6 +39,7 @@ in stdenv.mkDerivation rec {
python3
libxslt
] ++ lib.optionals enableValgrindTests [
glibc.debug
valgrind
];