forked from lix-project/hydra
Merge pull request #1351 from Ma27/hacking-fixes
Small fixes for the development environment
This commit is contained in:
commit
6ac4292912
|
@ -18,7 +18,7 @@ $ nix-shell
|
|||
To build Hydra, you should then do:
|
||||
|
||||
```console
|
||||
[nix-shell]$ ./bootstrap
|
||||
[nix-shell]$ autoreconfPhase
|
||||
[nix-shell]$ configurePhase
|
||||
[nix-shell]$ make
|
||||
```
|
||||
|
|
|
@ -183,6 +183,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
nativeCheckInputs = [
|
||||
bzip2
|
||||
darcs
|
||||
foreman
|
||||
top-git
|
||||
mercurial
|
||||
subversion
|
||||
|
@ -194,7 +195,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
checkInputs = [
|
||||
cacert
|
||||
foreman
|
||||
glibcLocales
|
||||
libressl.nc
|
||||
python3
|
||||
|
|
Loading…
Reference in a new issue