haskellPackages.fix-whitespace: enable separate bin output

This package exposes a library, but most use cases probably just involve running
the included executable.
This commit is contained in:
sternenseemann
2025-08-29 21:57:35 +02:00
parent 036c686f22
commit 9c4557cf5a
@@ -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)) {