Unverified Commit 67c7921f authored by Stefan Frijters's avatar Stefan Frijters
Browse files

dwarfs: move env variable(s) into env for structuredAttrs

parent 0bf8400a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ stdenv.mkDerivation (finalAttrs: {
  ];
  # these fail inside of the sandbox due to missing access
  # to the FUSE device
  GTEST_FILTER =
  env.GTEST_FILTER =
    let
      disabledTests = [
        "dwarfs/tools_test.end_to_end/*"