fix: miss spdlog in nix package
This commit is contained in:
parent
810178e3f2
commit
3cbee013c0
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
, cmake
|
||||
, mini-gdbstub
|
||||
, cli11
|
||||
, spdlog
|
||||
}: stdenv.mkDerivation {
|
||||
pname = "diffu";
|
||||
version = "0.0.0";
|
||||
|
@ -13,5 +14,6 @@
|
|||
cmake
|
||||
mini-gdbstub
|
||||
cli11
|
||||
spdlog
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue