about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMichael Alan Dorman <mdorman@ironicdesign.com>2017-12-19 08:37:17 -0500
committerPeter Simons <simons@cryp.to>2017-12-20 09:17:45 +0100
commit053c466073fe4da98dc5181985a091aedd84bbfe (patch)
tree4b96f4d2eb7aa78815efad2f1840536145d805af /pkgs
parent4fa4348dea836eac648483e3ecf5c7f9c4e92dc4 (diff)
downloadnixlib-053c466073fe4da98dc5181985a091aedd84bbfe.tar
nixlib-053c466073fe4da98dc5181985a091aedd84bbfe.tar.gz
nixlib-053c466073fe4da98dc5181985a091aedd84bbfe.tar.bz2
nixlib-053c466073fe4da98dc5181985a091aedd84bbfe.tar.lz
nixlib-053c466073fe4da98dc5181985a091aedd84bbfe.tar.xz
nixlib-053c466073fe4da98dc5181985a091aedd84bbfe.tar.zst
nixlib-053c466073fe4da98dc5181985a091aedd84bbfe.zip
vector-builder: Break recursion
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 47c7af7a56dc..c8cba69cf654 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -64,6 +64,7 @@ self: super: {
   nanospec = dontCheck super.nanospec;
   options = dontCheck super.options;
   statistics = dontCheck super.statistics;
+  vector-builder = dontCheck super.vector-builder;
 
   # https://github.com/gilith/hol/pull/1
   hol = appendPatch (doJailbreak super.hol) (pkgs.fetchpatch {