nixpkgs/pkgs/shells/bash
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
..
5.nix bash: add FreeBSD to static cross compilation special case 2024-11-04 03:13:32 +00:00
bash-5.2-patches.nix bash: 5.2p32 -> 5.2p37 2024-09-27 09:16:23 +01:00
fix-pop-var-context-error.patch bash: add upstream fix for pop_var_context error 2024-08-01 15:35:34 +01:00
parallel.patch bash: fix parallel build failure on unwind_prot.o 2023-07-24 23:23:14 +01:00
pgrp-pipe-5.patch
update-patch-set.sh