add binutils, clang-tools
This commit is contained in:
parent
0213b82a2f
commit
caa5bc0394
2 changed files with 6 additions and 3 deletions
|
|
@ -232,11 +232,13 @@ in {
|
|||
|
||||
# Systems Emulation
|
||||
qemu # Fellice Bellard's Quick Emulator
|
||||
# Make
|
||||
# GNU Utils
|
||||
gnumake
|
||||
binutils
|
||||
# C Family
|
||||
gcc
|
||||
clang
|
||||
clang-tools
|
||||
# Rust
|
||||
cargo
|
||||
rustc
|
||||
|
|
|
|||
|
|
@ -217,18 +217,19 @@ in {
|
|||
|
||||
# Shell
|
||||
bash
|
||||
zsh
|
||||
fish
|
||||
shellcheck
|
||||
grc # colorise command outputs
|
||||
|
||||
# Systems Emulation
|
||||
qemu # Fellice Bellard's Quick Emulator
|
||||
# Make
|
||||
# GNU Utils
|
||||
gnumake
|
||||
binutils
|
||||
# C Family
|
||||
gcc
|
||||
clang
|
||||
clang-tools
|
||||
# Rust
|
||||
cargo
|
||||
rustc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue