autoPatchelfHook: fix tests

This commit is contained in:
Azat Bahawi 2024-08-23 13:08:05 +03:00
parent 75a74b528e
commit c5e8f89f3a
No known key found for this signature in database
GPG Key ID: C8C6BDDB3847F72B

View File

@ -59,7 +59,10 @@ stdenv.mkDerivation {
# Additional phase performing the actual test.
installCheckPhase =
let allDeps = runtimeDependencies ++ [ (lib.getLib freetype) ];
let allDeps = runtimeDependencies ++ [
(lib.getLib stdenv.cc.libc)
(lib.getLib freetype)
];
in
''
local binary="$out/bin/ToneLib-Jam"