nixos/modules/system/hardware/nix-ld/kde/programs.nix
2024-06-17 23:42:01 +02:00

33 lines
No EOL
288 B
Nix

{ 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
]