mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 14:32:59 +00:00
auto-patchelf: fix test for hook
Fix suggested by Yann Hamdaoui in https://github.com/NixOS/nixpkgs/pull/340858#issuecomment-2344155304.
This commit is contained in:
parent
14cae7d650
commit
2a2b88eb55
@ -60,7 +60,6 @@ stdenv.mkDerivation {
|
||||
# Additional phase performing the actual test.
|
||||
installCheckPhase =
|
||||
let allDeps = runtimeDependencies ++ [
|
||||
(lib.getLib stdenv.cc.libc)
|
||||
(lib.getLib freetype)
|
||||
];
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user