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:
|
To build Hydra, you should then do:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
[nix-shell]$ ./bootstrap
|
[nix-shell]$ autoreconfPhase
|
||||||
[nix-shell]$ configurePhase
|
[nix-shell]$ configurePhase
|
||||||
[nix-shell]$ make
|
[nix-shell]$ make
|
||||||
```
|
```
|
||||||
|
|
|
@ -183,6 +183,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
bzip2
|
bzip2
|
||||||
darcs
|
darcs
|
||||||
|
foreman
|
||||||
top-git
|
top-git
|
||||||
mercurial
|
mercurial
|
||||||
subversion
|
subversion
|
||||||
|
@ -194,7 +195,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
cacert
|
cacert
|
||||||
foreman
|
|
||||||
glibcLocales
|
glibcLocales
|
||||||
libressl.nc
|
libressl.nc
|
||||||
python3
|
python3
|
||||||
|
|
Loading…
Reference in a new issue