package: move foreman to nativeCheckInputs
In 1bd195a5138b3c69c52110d713c706cb4908ba16 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 = [
|
||||
bzip2
|
||||
darcs
|
||||
foreman
|
||||
top-git
|
||||
mercurial
|
||||
subversion
|
||||
@ -194,7 +195,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
checkInputs = [
|
||||
cacert
|
||||
foreman
|
||||
glibcLocales
|
||||
libressl.nc
|
||||
python3
|
||||
|
Loading…
x
Reference in New Issue
Block a user