Unverified Commit c0469a6d authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

syncthing*: move env variables into env for structuredAttrs (#491915)

parents f5b24530 8c69b985
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -41,8 +41,10 @@ let

      doCheck = false;

      env = {
        BUILD_USER = "nix";
        BUILD_HOST = "nix";
      };

      buildPhase = ''
        runHook preBuild