mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 11:10:03 +00:00
autoPatchelfHook: fix tests
This commit is contained in:
parent
75a74b528e
commit
c5e8f89f3a
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue