Merge pull request #336741 from azahi/auth-patch-elf-hook-tests
autoPatchelfHook: fix tests
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user