rc: fixup build

There was a race between update (db93a10d81)
and adding strictDeps = true; (ea79263e60).
main
Vladimír Čunát 2 years ago
parent ab39425ba3
commit 4c0c8ac7fe
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 4
      pkgs/shells/rc/default.nix

@ -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 = [

Loading…
Cancel
Save