nix build: fix xo-procedure2 build
missing xo-type dep
This commit is contained in:
parent
ee99fa6163
commit
8a66fbbb85
2 changed files with 3 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
# nixpkgs dependencies
|
||||
lib, stdenv, cmake, catch2,
|
||||
|
||||
xo-type,
|
||||
xo-object2,
|
||||
xo-subsys,
|
||||
xo-cmake,
|
||||
|
|
@ -25,6 +26,7 @@ stdenv.mkDerivation (finalattrs:
|
|||
xo-cmake
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
xo-type
|
||||
xo-object2
|
||||
xo-subsys
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue