Set strictDeps = true in makeGoldenTest
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user