summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2023-06-10 09:54:02 +0200
committermaralorn <mail@maralorn.de>2023-06-10 10:00:42 +0200
commit21674281ace70505b82812c1d0f15c79ef9d928e (patch)
treec071b56cd28c3898cb4a66e2871eb6a9ac63426f /pkgs/development/haskell-modules
parent8766168f361300aa48ae7468293b111806feb2cb (diff)
downloadnixpkgs-21674281ace70505b82812c1d0f15c79ef9d928e.tar
nixpkgs-21674281ace70505b82812c1d0f15c79ef9d928e.tar.gz
nixpkgs-21674281ace70505b82812c1d0f15c79ef9d928e.tar.bz2
nixpkgs-21674281ace70505b82812c1d0f15c79ef9d928e.tar.lz
nixpkgs-21674281ace70505b82812c1d0f15c79ef9d928e.tar.xz
nixpkgs-21674281ace70505b82812c1d0f15c79ef9d928e.tar.zst
nixpkgs-21674281ace70505b82812c1d0f15c79ef9d928e.zip
haskellPackages.threadscope: enable separate bin output
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix
index 9624b28e115..505c75f0a04 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -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;