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:
Wolfgang Walther 2024-09-11 19:28:11 +02:00
parent 14cae7d650
commit 2a2b88eb55
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

View File

@ -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