diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 86fe1f239e91..a44a2c09a24d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -801,6 +801,7 @@ self: super: { singleton-nats = dontDistribute super.singleton-nats; hgeometry = dontDistribute super.hgeometry; hipe = dontDistribute super.hipe; + clash-lib = dontDistribute super.clash-lib; # https://github.com/anton-k/temporal-music-notation/issues/1 temporal-music-notation = markBroken super.temporal-music-notation;