| 30 Jan 2024 |
| @erremilia:matrix.org left the room. | 19:55:32 |
| 31 Jan 2024 |
| @federicodschonborn:matrix.org changed their profile picture. | 03:36:44 |
| @federicodschonborn:matrix.org changed their profile picture. | 06:22:20 |
| 2 Feb 2024 |
p14 | is gettext meant to have bash in its buildInputs? (Should it not be a nativeBuildInput?) Under pkgsStatic, it gets propagated. So if you do something like nix build --dry-run nixpkgs#pkgsStatic.gettext, it fetches bash-dev, because under cross, the buildInput becomes a propagatedBuildInput for some reason. I noticed because I was puzzled that bash ended up as a dependency. | 19:38:40 |
Alyssa Ross | Yes, because it installs bash scripts that need to have their shebang patched. | 19:45:32 |
Alyssa Ross | IIRC | 19:46:16 |
p14 | Nothing crossOverlays = [(self: super: { gettext = super.gettext.override { bash = super.buildPackages.bash; }; })]; can't fix I suppose... 🤫 | 19:50:51 |