haskellPackages.threadscope: enable separate bin output

This commit is contained in:
maralorn 2023-06-10 09:54:02 +02:00
parent 8766168f36
commit 21674281ac
No known key found for this signature in database

View file

@ -192,6 +192,8 @@ self: super: builtins.intersectAttrs super {
# Link the proper version.
zeromq4-haskell = super.zeromq4-haskell.override { zeromq = pkgs.zeromq4; };
threadscope = enableSeparateBinOutput super.threadscope;
# Use the default version of mysql to build this package (which is actually mariadb).
# test phase requires networking
mysql = dontCheck super.mysql;