nixos/modules/system/hardware/nix-ld/kde/programs.nix

33 lines
288 B
Nix
Raw Normal View History

2024-06-17 23:42:01 +02:00
{ pkgs }:
with pkgs; [
# .. gnu
autoconf
automake
bison
flex
gcc
gperf
gnumake
texinfo
# .. llvm
clang
cmake
# .. build systems
meson
ninja
# .. rust
corrosion
# .. others
boost
docbook_xsl
doxygen
gi-docgen
git
intltool
pkg-config
]