mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
nixosOptionsDoc: buildInputs -> nativeBuildInputs
to make strictDepsByDefault work
This commit is contained in:
parent
8e43dec8ba
commit
09226fffcf
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ in rec {
|
|||
|
||||
optionsJSON = pkgs.runCommand "options.json"
|
||||
{ meta.description = "List of NixOS options in JSON format";
|
||||
buildInputs = [
|
||||
nativeBuildInputs = [
|
||||
pkgs.brotli
|
||||
(let
|
||||
self = (pkgs.python3Minimal.override {
|
||||
|
|
Loading…
Reference in a new issue