Skip to content

Commit

Permalink
fix(nix): added inputtino to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cliarena committed May 7, 2024
1 parent f57b7a4 commit 400f651
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
rev = "e02cbd795e9424a8405a8cb01f659ad61c0cbbc7";
hash = "sha256-buIaXxoJSTbqzsnxpd33BUCQtTGmdd10j1ArQd5rink=";
};
inputtino_src = pkgs.fetchFromGitHub {
owner = "games-on-whales";
repo = "inputtino";
rev = "753a639";
hash = "sha256-qw0qKNWPjO/VfFqNX3uhSniY+/KMIL8aggwyvQht9z8=";
};
fmtlib_src = pkgs.fetchFromGitHub {
owner = "fmtlib";
repo = "fmt";
Expand Down
1 change: 1 addition & 0 deletions nix/wolf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ in pkgs.stdenv.mkDerivation {

cmakeFlags = [
"-DFETCHCONTENT_SOURCE_DIR_IMMER=${deps.immer_src}"
"-DFETCHCONTENT_SOURCE_DIR_INPUTTINO=${deps.inputtino_src}"
"-DFETCHCONTENT_SOURCE_DIR_EVENTBUS=${deps.eventbus_src}"
"-DFETCHCONTENT_SOURCE_DIR_BOOST_JSON=${deps.boost-json_src}"
"-DFETCHCONTENT_SOURCE_DIR_RANGE=${deps.range_src}"
Expand Down

0 comments on commit 400f651

Please sign in to comment.