vector-builder: Break recursion

This commit is contained in:
Michael Alan Dorman 2017-12-19 08:37:17 -05:00 committed by Peter Simons
parent 4fa4348dea
commit 053c466073

View File

@ -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 {