Merge pull request #336741 from azahi/auth-patch-elf-hook-tests

autoPatchelfHook: fix tests
This commit is contained in:
Pol Dellaiera
2024-08-23 23:58:06 +02:00
committed by GitHub
+4 -1
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"