We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aecd94 commit a76577aCopy full SHA for a76577a
elements.nix
@@ -55,6 +55,7 @@ stdenv.mkDerivation rec {
55
patchShebangs contrib/filter-lcov.py
56
patchShebangs test/functional
57
patchShebangs test/fuzz
58
+ substituteInPlace test/sanitizer_suppressions/ubsan --replace "*/include/" "include/"
59
'';
60
61
nativeBuildInputs = [ pkg-config autoreconfHook ]
0 commit comments