Set strictDeps = true in makeGoldenTest

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
Tobias Bergkvist
2021-10-19 09:25:24 -07:00
committed by GitHub
co-authored by Robert Hensing
parent 6517e5b10f
commit 7cca19a46a
@@ -4,6 +4,7 @@ let
makeGoldenTest = { name, filename }: stdenv.mkDerivation {
name = name;
dontUnpack = true;
strictDeps = true;
buildInputs = [ makeBinaryWrapper ];
phases = [ "installPhase" ];
installPhase = ''