mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
vector-builder: Break recursion
This commit is contained in:
parent
4fa4348dea
commit
053c466073
@ -64,6 +64,7 @@ self: super: {
|
|||||||
nanospec = dontCheck super.nanospec;
|
nanospec = dontCheck super.nanospec;
|
||||||
options = dontCheck super.options;
|
options = dontCheck super.options;
|
||||||
statistics = dontCheck super.statistics;
|
statistics = dontCheck super.statistics;
|
||||||
|
vector-builder = dontCheck super.vector-builder;
|
||||||
|
|
||||||
# https://github.com/gilith/hol/pull/1
|
# https://github.com/gilith/hol/pull/1
|
||||||
hol = appendPatch (doJailbreak super.hol) (pkgs.fetchpatch {
|
hol = appendPatch (doJailbreak super.hol) (pkgs.fetchpatch {
|
||||||
|
Loading…
Reference in New Issue
Block a user