mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 07:57:56 +00:00
bash: enable strictDeps
This commit is contained in:
parent
ea79263e60
commit
4f180210a0
@ -71,6 +71,7 @@ stdenv.mkDerivation rec {
|
||||
"--disable-nls"
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
# Note: Bison is needed because the patches above modify parse.y.
|
||||
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||
nativeBuildInputs = [ bison ]
|
||||
@ -98,7 +99,7 @@ stdenv.mkDerivation rec {
|
||||
if interactive
|
||||
then ''
|
||||
substituteInPlace "$out/bin/bashbug" \
|
||||
--replace '${stdenv.shell}' "$out/bin/bash"
|
||||
--replace '#!/bin/sh' "#!$out/bin/bash"
|
||||
''
|
||||
# most space is taken by locale data
|
||||
else ''
|
||||
|
Loading…
Reference in New Issue
Block a user