rc: fixup build
There was a race between update (db93a10d81) and adding strictDeps = true; (ea79263e60).
This commit is contained in:
@@ -14,10 +14,10 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
nativeBuildInputs = [ autoreconfHook byacc ];
|
||||
|
||||
# acinclude.m4 wants headers for tgetent().
|
||||
buildInputs = [ byacc ncurses ]
|
||||
buildInputs = [ ncurses ]
|
||||
++ lib.optionals readlineSupport [ readline ];
|
||||
|
||||
configureFlags = [
|
||||
|
||||
Reference in New Issue
Block a user