From 9c4557cf5a201ae1dddf0d58bec6756b4e0586de Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 29 Aug 2025 13:21:39 +0200 Subject: [PATCH] haskellPackages.fix-whitespace: enable separate bin output This package exposes a library, but most use cases probably just involve running the included executable. --- pkgs/development/haskell-modules/configuration-nix.nix | 3 +++ 1 file changed, 3 insertions(+) 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)) {