readline: enable strictDeps

This commit is contained in:
Alexandre Iooss 2023-03-04 10:56:08 +01:00
parent 915a192023
commit 2c8cfc60c6
3 changed files with 6 additions and 3 deletions

View file

@ -11,7 +11,8 @@ stdenv.mkDerivation {
outputs = [ "out" "dev" "man" "doc" "info" ];
propagatedBuildInputs = [ncurses];
strictDeps = true;
propagatedBuildInputs = [ ncurses ];
patchFlags = [ "-p0" ];

View file

@ -12,7 +12,8 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" "man" "doc" "info" ];
propagatedBuildInputs = [ncurses];
strictDeps = true;
propagatedBuildInputs = [ ncurses ];
patchFlags = [ "-p0" ];

View file

@ -12,7 +12,8 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" "man" "doc" "info" ];
propagatedBuildInputs = [ncurses];
strictDeps = true;
propagatedBuildInputs = [ ncurses ];
patchFlags = [ "-p0" ];