Commit Graph

10 Commits

Author SHA1 Message Date
Guillaume Girol
ffbe28a020 lnav: adopt 2024-11-23 18:02:12 +01:00
Guillaume Girol
439337b9e6 lnav: enable debug symbols
lnav crashes more than the average program, let's say
2024-11-23 18:02:12 +01:00
Guillaume Girol
62b205eff5 lnav: add missing optional dependencies
they are probed by ./configure
2024-11-23 18:02:09 +01:00
Guillaume Girol
75d107c276 lnav: reformat 2024-11-23 12:00:00 +00:00
Atemu
03c702d211 lnav: 0.12.2 -> 0.12.3 2024-11-22 11:44:21 +01:00
Atemu
494f142f79 lnav: add updateScript 2024-11-22 11:43:57 +01:00
Chen
9b4051c098
lngen: unstable-2023-10-17 -> unstable-2024-10-22 2024-11-11 10:18:36 +08:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Chen
68ce3b5fff lngen: init at unstable-2023-10-17 2023-11-15 18:44:11 +01:00