mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
247763256c
Currently clang-tools' derivation uses a hardcoded list of names to distinguish between what's a compiler-like binary and what's a tool-like binary (so that e.g. clang-tidy is included in the derivation, but clang-13 - not). Because Clang's tools follow a common naming convention (clang-somethingsomething), I think it's easier if we just used a simple regular expression in place of the hardcoded list. |
||
---|---|---|
.. | ||
applications | ||
build-support | ||
common-updater | ||
data | ||
desktops | ||
development | ||
games | ||
misc | ||
os-specific | ||
pkgs-lib | ||
servers | ||
shells | ||
stdenv | ||
test | ||
tools | ||
top-level |