tests.auto-patchelf-hook: limit to x86_64-linux

downloads x86_64-linux only binary

jopejoe1 e6821ba6 7b4572ca

Changed files
+4
pkgs
test
auto-patchelf-hook
+4
pkgs/test/auto-patchelf-hook/package.nix
···
doInstallCheck = true;
inherit __structuredAttrs;
+
meta = {
+
# Downloads an x86_64-linux only binary
+
platforms = [ "x86_64-linux" ];
+
};
}