mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
Toolchain: Add a few packages for building ports to the nix shell
- autoconf, automake, and libtool for bdwgc - gperf for fontconfig
This commit is contained in:
parent
9052e09061
commit
0dde58b487
1 changed files with 6 additions and 2 deletions
|
@ -12,8 +12,6 @@ mkShell.override { stdenv = gcc13Stdenv; } {
|
|||
fuse2fs
|
||||
gcc13
|
||||
gmp
|
||||
# To create port launcher icons
|
||||
imagemagick
|
||||
libmpc
|
||||
mpfr
|
||||
ninja
|
||||
|
@ -29,6 +27,12 @@ mkShell.override { stdenv = gcc13Stdenv; } {
|
|||
parted
|
||||
qemu
|
||||
python3
|
||||
# For building and installing ports
|
||||
autoconf
|
||||
automake
|
||||
gperf
|
||||
imagemagick
|
||||
libtool
|
||||
# For clangd and clang-format
|
||||
clang-tools
|
||||
# For LibWeb-related formatting
|
||||
|
|
Loading…
Reference in a new issue