Skip to content

Commit

Permalink
Merge pull request chipsalliance#3566 from hzeller/20230405-sort-deps
Browse files Browse the repository at this point in the history
Sort dependencies in shell.nix
  • Loading branch information
hzeller authored Apr 6, 2023
2 parents a84890a + 3015e93 commit 2bfba97
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ pkgs.mkShell {
swig

# Libraries for USE_HOST_* use
flatbuffers
capnproto
gtest
antlr4
antlr4.runtime.cpp
capnproto
flatbuffers
gtest

# Ease development
ccache
ninja
clang-tools # clang-format, clang-tidy
lcov # generate coverage
git cacert
lcov # generate coverage
ninja
pkg-config # Testing install
];
shellHook = ''
Expand Down

0 comments on commit 2bfba97

Please sign in to comment.