xo-type: fix reflect dependency (also in nix build)
This commit is contained in:
parent
f364a901cf
commit
ee99fa6163
2 changed files with 3 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
# xo dependencies
|
||||
xo-object2,
|
||||
xo-reflect,
|
||||
xo-alloc2,
|
||||
xo-facet,
|
||||
xo-subsys,
|
||||
|
|
@ -28,6 +29,7 @@ stdenv.mkDerivation (finalattrs:
|
|||
];
|
||||
propagatedBuildInputs = [
|
||||
xo-object2
|
||||
xo-reflect
|
||||
xo-alloc2
|
||||
xo-subsys
|
||||
xo-facet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue