mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
formats.javaProperties: Don't set !allowSubstitutes
in generate
builder
This commit is contained in:
parent
3fa359407e
commit
6475c4c4b0
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user