nix build: xo-expression2: + missing dep [BUGFIX]
Some checks failed
CI / smoke-test (push) Has been cancelled
Some checks failed
CI / smoke-test (push) Has been cancelled
This commit is contained in:
parent
bbc439ac87
commit
e75422e219
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
lib, stdenv, cmake, catch2,
|
lib, stdenv, cmake, catch2,
|
||||||
|
|
||||||
# xo dependencies
|
# xo dependencies
|
||||||
|
xo-numeric,
|
||||||
xo-gc,
|
xo-gc,
|
||||||
xo-type,
|
xo-type,
|
||||||
xo-reflect,
|
xo-reflect,
|
||||||
|
|
@ -33,6 +34,7 @@ stdenv.mkDerivation (finalattrs :
|
||||||
xo-cmake
|
xo-cmake
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
xo-numeric
|
||||||
xo-gc
|
xo-gc
|
||||||
xo-type
|
xo-type
|
||||||
xo-reflect
|
xo-reflect
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue