1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

9 commits

Author SHA1 Message Date
Travis A. Everett 8f413d8a44 binlore: migrate override lore to package passthru
Lore overrides have been included with binlore's source up to now, but
this hasn't worked very well. (It isn't as easy to self-service for
people working in nixpkgs, and its use of partial pnames for matching
breaks down around some edge cases like version numbers appearing
early in perl pnames, or multiple packages having identical pnames.)
2024-07-04 11:15:05 -05:00
Audrey Dutcher 9cc583b9d1 unixtools: Add entries for FreeBSD 2024-05-18 09:04:37 +02:00
Philip Taron 11bf7021af
Avoid with lib; at the top level in pkgs/top-level/unixtools.nix 2024-03-08 14:44:57 -08:00
Sandro Jäckel e05a981d05
xxd: reduce closure size by splitting it into it's own output 2024-01-09 22:29:32 +01:00
Linus Heckemann 4d649f2b63 glibc: split getent into its own output
Many dependents only require getent and not all the locale generation
tools that are included in the `bin` output. This can save some
closure size!
2023-06-12 10:26:52 +02:00
Weijia Wang 92cab8e597 column, locale: don't import from netbsd on darwin 2023-05-16 22:51:02 +03:00
Michael Hoang 66994da558 unixtools: Fix nix run nixpkgs#unixtools.<cmd> 2022-03-27 14:55:17 +11:00
Monson Shao 5bfd6d4491
unixtools: use real provider name instead of inaccurate version
The version "1003.1-2008" comes from IEEE Std but is not quite accurate.
Using the provider name could give us more info in store path.
2021-01-17 13:11:31 +08:00
Jörg Thalheim 124655ed49
unixtools: align attribute name with filename
(so they can be easier matched)
2021-01-14 09:00:15 +01:00
Renamed from pkgs/top-level/unix-tools.nix (Browse further)