diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 06b03e1469dd..a0a901f2b580 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -123,6 +123,9 @@ builtins.intersectAttrs super { + drv.preCheck or ""; }) super.agda2lagda; + # Executable is of interest without the closure of the library + fix-whitespace = enableSeparateBinOutput super.fix-whitespace; + # scrypt requires SSE2 password = super.password.override ( lib.optionalAttrs (!(lib.meta.availableOn pkgs.stdenv.hostPlatform self.scrypt)) {