Merge pull request #172144 from RasmusRendal/rhashbuildtarget

rhash: Correctly set target platform when configuring

authored by davidak and committed by GitHub ed99c668 fd4c3782

+1
+1
pkgs/tools/security/rhash/default.nix
··· 34 35 configureFlags = [ 36 "--ar=${stdenv.cc.targetPrefix}ar" 37 (lib.enableFeature enableStatic "static") 38 (lib.enableFeature enableStatic "lib-static") 39 ];
··· 34 35 configureFlags = [ 36 "--ar=${stdenv.cc.targetPrefix}ar" 37 + "--target=${stdenv.hostPlatform.config}" 38 (lib.enableFeature enableStatic "static") 39 (lib.enableFeature enableStatic "lib-static") 40 ];