Commit 6475c4c4 authored by nicoo's avatar nicoo
Browse files

formats.javaProperties: Don't set `!allowSubstitutes` in `generate` builder

parent 3fa35940
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ in
      in attrsOf elemType;

    generate = name: value:
      pkgs.runCommandLocal name
      pkgs.runCommand name
        {
          # Requirements
          # ============
@@ -80,6 +80,7 @@ in
          #    libraries, but we can't rely on this in
          #    general.

          preferLocalBuild = true;
          passAsFile = [ "value" ];
          value = builtins.toJSON value;
          nativeBuildInputs = [