readline: enable strictDeps
This commit is contained in:
parent
915a192023
commit
2c8cfc60c6
@ -11,6 +11,7 @@ stdenv.mkDerivation {
|
||||
|
||||
outputs = [ "out" "dev" "man" "doc" "info" ];
|
||||
|
||||
strictDeps = true;
|
||||
propagatedBuildInputs = [ ncurses ];
|
||||
|
||||
patchFlags = [ "-p0" ];
|
||||
|
@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
outputs = [ "out" "dev" "man" "doc" "info" ];
|
||||
|
||||
strictDeps = true;
|
||||
propagatedBuildInputs = [ ncurses ];
|
||||
|
||||
patchFlags = [ "-p0" ];
|
||||
|
@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
outputs = [ "out" "dev" "man" "doc" "info" ];
|
||||
|
||||
strictDeps = true;
|
||||
propagatedBuildInputs = [ ncurses ];
|
||||
|
||||
patchFlags = [ "-p0" ];
|
||||
|
Loading…
Reference in New Issue
Block a user