forked from lix-project/hydra
package: move foreman to nativeCheckInputs
In 1bd195a513
strictDeps was set for the
Hydra package. As a result, `checkInputs` aren't available anymore in
the local dev-shell which is the sole purpose of foreman, to start
services and a database for development.
This commit is contained in:
parent
8477009310
commit
b4c91b5a6a
|
@ -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