···7171 "--disable-nls"
7272 ];
73737474+ strictDeps = true;
7475 # Note: Bison is needed because the patches above modify parse.y.
7576 depsBuildBuild = [ buildPackages.stdenv.cc ];
7677 nativeBuildInputs = [ bison ]
···9899 if interactive
99100 then ''
100101 substituteInPlace "$out/bin/bashbug" \
101101- --replace '${stdenv.shell}' "$out/bin/bash"
102102+ --replace '#!/bin/sh' "#!$out/bin/bash"
102103 ''
103104 # most space is taken by locale data
104105 else ''
+1
pkgs/shells/bash/bash-completion/default.nix
···2020 sha256 = "1b0iz7da1sgifx1a5wdyx1kxbzys53v0kyk8nhxfipllmm5qka3k";
2121 };
22222323+ strictDeps = true;
2324 nativeBuildInputs = [ autoreconfHook ];
24252526 # tests are super flaky unfortunately, and regularily break.
+1
pkgs/shells/bash/nix-bash-completions/default.nix
···1111 sha256 = "1n5zs6xcnv4bv1hdaypmz7fv4j7dsr4a0ifah99iyj4p5j85i1bc";
1212 };
13131414+ strictDeps = true;
1415 # To enable lazy loading via. bash-completion we need a symlink to the script
1516 # from every command name.
1617 installPhase = ''
+2
pkgs/shells/bash/undistract-me/default.nix
···4343 })
4444 ];
45454646+ strictDeps = true;
4747+4648 # Patch in dependencies. Can't use makeWrapper because the bash
4749 # functions will be sourced and invoked in a different environment
4850 # for each command invocation.
···4141 license = with licenses; asl20;
4242 maintainers = with maintainers; [ vrthra ];
4343 platforms = with platforms; all;
4444+ # lib/freadseek.c:68:3: error: #error "Please port gnulib freadseek.c to your platform! Look at the definition of getc, getc_unlocked on your >
4545+ # 68 | #error "Please port gnulib freadseek.c to your platform! Look at the definition of getc, getc_unlocked on your system, then report >
4646+ broken = true; # marked 2022-05-06
4447 };
4548}