mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 16:53:21 +00:00
libpsl: Add glibc.debug for valgrind tests
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
parent
be85a55485
commit
4bb779294e
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user