This commit is contained in:
parent
a65bb6573b
commit
142768e8d5
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
# nixpkgs dependencies
|
||||
lib, stdenv, cmake, catch2, replxx,
|
||||
|
||||
xo-stringtable2,
|
||||
xo-arena,
|
||||
xo-indentlog,
|
||||
xo-cmake,
|
||||
|
|
@ -28,6 +29,7 @@ stdenv.mkDerivation (finalattrs:
|
|||
xo-cmake
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
xo-stringtable2
|
||||
xo-arena
|
||||
xo-indentlog
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue