Switch from buildInputs to nativeBuildInpuits in makeGoldenTest

This commit is contained in:
Tobias Bergkvist 2021-10-19 18:35:42 +02:00
parent 7cca19a46a
commit a95a7a22be

View file

@ -5,7 +5,7 @@ let
name = name;
dontUnpack = true;
strictDeps = true;
buildInputs = [ makeBinaryWrapper ];
nativeBuildInputs = [ makeBinaryWrapper ];
phases = [ "installPhase" ];
installPhase = ''
source ${./golden-test-utils.sh}