diff options
author | Vincent Ambo <tazjin@google.com> | 2020-05-17T20·25+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-05-17T20·25+0100 |
commit | 168ef124ef72abcb3e4574085a9cd5db194246ba (patch) | |
tree | e39bf215725ccbf2fc72bae9e0fc96b0c77eb0a3 /third_party/default.nix | |
parent | f605577d5ceb91196136f5e357f8224ae5ab86fb (diff) |
fix(3p/nix): Minor fixes to derivation r/747
* version must be set to use this as the system Nix * missing busybox path is now set * fixed build output names
Diffstat (limited to 'third_party/default.nix')
-rw-r--r-- | third_party/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/default.nix b/third_party/default.nix index 8e0539635978..2660ac34b68f 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -125,7 +125,7 @@ let boehmgc boost # urgh brotli - busybox + busybox-sandbox-shell curl docbook5 docbook_xsl_ns |