Skip to content

Commit deeb088

Browse files
author
Aaron Honeycutt
committed
fix missing depends
1 parent 6ccff2f commit deeb088

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

shell.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@ with import <nixpkgs> { };
88
mkShellNoCC {
99
buildInputs = [
1010
ccache
11+
cmake
1112
flashrom
12-
gnat12 # gcc with ada
1313
git
1414
git-lfs
15+
gmp
16+
gnat12 # gcc with ada
1517
hidapi
1618
libossp_uuid
1719
m4 flex bison # Generate flashmap descriptor parser
20+
mpfr
1821
ncurses # make menuconfig
1922
nss
2023
openssl

0 commit comments

Comments
 (0)