diff --git a/package.nix b/package.nix index f0cf7a116..4d0a35060 100644 --- a/package.nix +++ b/package.nix @@ -358,14 +358,10 @@ stdenv.mkDerivation (finalAttrs: { # configure, but we don't actually want to *run* the checks here. ++ lib.optionals lintInsteadOfBuild finalAttrs.checkInputs; - checkInputs = - [ - gtest - rapidcheck - ] - ++ lib.optionals hostPlatform.isLinux [ - pkgsStatic.busybox - ]; + checkInputs = [ + gtest + rapidcheck + ]; propagatedBuildInputs = lib.optionals (!finalAttrs.dontBuild) maybePropagatedInputs;