Set strictDeps = true in makeGoldenTest

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
main
Tobias Bergkvist 3 years ago committed by GitHub
parent 6517e5b10f
commit 7cca19a46a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkgs/test/make-binary-wrapper/default.nix

@ -4,6 +4,7 @@ let
makeGoldenTest = { name, filename }: stdenv.mkDerivation {
name = name;
dontUnpack = true;
strictDeps = true;
buildInputs = [ makeBinaryWrapper ];
phases = [ "installPhase" ];
installPhase = ''

Loading…
Cancel
Save