···71 "--disable-nls"
72 ];
73074 # Note: Bison is needed because the patches above modify parse.y.
75 depsBuildBuild = [ buildPackages.stdenv.cc ];
76 nativeBuildInputs = [ bison ]
···98 if interactive
99 then ''
100 substituteInPlace "$out/bin/bashbug" \
101- --replace '${stdenv.shell}' "$out/bin/bash"
102 ''
103 # most space is taken by locale data
104 else ''
···71 "--disable-nls"
72 ];
7374+ strictDeps = true;
75 # Note: Bison is needed because the patches above modify parse.y.
76 depsBuildBuild = [ buildPackages.stdenv.cc ];
77 nativeBuildInputs = [ bison ]
···99 if interactive
100 then ''
101 substituteInPlace "$out/bin/bashbug" \
102+ --replace '#!/bin/sh' "#!$out/bin/bash"
103 ''
104 # most space is taken by locale data
105 else ''
+1
pkgs/shells/bash/bash-completion/default.nix
···20 sha256 = "1b0iz7da1sgifx1a5wdyx1kxbzys53v0kyk8nhxfipllmm5qka3k";
21 };
22023 nativeBuildInputs = [ autoreconfHook ];
2425 # tests are super flaky unfortunately, and regularily break.
···20 sha256 = "1b0iz7da1sgifx1a5wdyx1kxbzys53v0kyk8nhxfipllmm5qka3k";
21 };
2223+ strictDeps = true;
24 nativeBuildInputs = [ autoreconfHook ];
2526 # tests are super flaky unfortunately, and regularily break.
+1
pkgs/shells/bash/nix-bash-completions/default.nix
···11 sha256 = "1n5zs6xcnv4bv1hdaypmz7fv4j7dsr4a0ifah99iyj4p5j85i1bc";
12 };
13014 # To enable lazy loading via. bash-completion we need a symlink to the script
15 # from every command name.
16 installPhase = ''
···11 sha256 = "1n5zs6xcnv4bv1hdaypmz7fv4j7dsr4a0ifah99iyj4p5j85i1bc";
12 };
1314+ strictDeps = true;
15 # To enable lazy loading via. bash-completion we need a symlink to the script
16 # from every command name.
17 installPhase = ''
+2
pkgs/shells/bash/undistract-me/default.nix
···43 })
44 ];
450046 # Patch in dependencies. Can't use makeWrapper because the bash
47 # functions will be sourced and invoked in a different environment
48 # for each command invocation.
···43 })
44 ];
4546+ strictDeps = true;
47+48 # Patch in dependencies. Can't use makeWrapper because the bash
49 # functions will be sourced and invoked in a different environment
50 # for each command invocation.
···41 license = with licenses; asl20;
42 maintainers = with maintainers; [ vrthra ];
43 platforms = with platforms; all;
00044 };
45}
···41 license = with licenses; asl20;
42 maintainers = with maintainers; [ vrthra ];
43 platforms = with platforms; all;
44+ # 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 >
45+ # 68 | #error "Please port gnulib freadseek.c to your platform! Look at the definition of getc, getc_unlocked on your system, then report >
46+ broken = true; # marked 2022-05-06
47 };
48}
···11 sha256 = "15b0692i3h8h7b95465b2aw9qf5qjmjag5n62347l8yl7zbhv3l2";
12 };
130014 # we just move two files into $out,
15 # this shouldn't bother Hydra.
16 preferLocalBuild = true;
···11 sha256 = "15b0692i3h8h7b95465b2aw9qf5qjmjag5n62347l8yl7zbhv3l2";
12 };
1314+ strictDeps = true;
15+16 # we just move two files into $out,
17 # this shouldn't bother Hydra.
18 preferLocalBuild = true;