Cleanup deps

- `nativeBuildInputs` vs `buildInputs`

- narrow down `with`s for clarity

- use `autoreconfHook` not `bootstrap` script

These sorts of changes have also been done in the Nix repo.
This commit is contained in:
John Ericson
2023-11-30 10:40:57 -05:00
parent 8f48e4ddec
commit 5db374cb50
3 changed files with 18 additions and 17 deletions

View File

@ -80,7 +80,7 @@ $ nix-build
You can use the provided shell.nix to get a working development environment:
```
$ nix-shell
$ ./bootstrap
$ autoreconfPhase
$ configurePhase # NOTE: not ./configure
$ make
```