From b4c91b5a6ab91177d2c52c5b68c880277b4fd35f Mon Sep 17 00:00:00 2001
From: Maximilian Bosch <maximilian@mbosch.me>
Date: Fri, 26 Jan 2024 17:30:07 +0100
Subject: [PATCH] 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.
---
 package.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.nix b/package.nix
index 0f8f004d..f8b1849f 100644
--- a/package.nix
+++ b/package.nix
@@ -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