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:
Linus Groh 2024-10-27 01:34:15 +01:00 committed by Nico Weber
parent 9052e09061
commit 0dde58b487

View file

@ -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