varnish: move makeWrapper to nativeBuildInputs

This commit is contained in:
Rick van Schijndel 2022-07-15 19:24:21 +02:00 committed by Artturin
parent fc045d663d
commit 44b4be94cf

View file

@ -14,9 +14,9 @@ let
passthru.python = python3; passthru.python = python3;
nativeBuildInputs = with python3.pkgs; [ pkg-config docutils sphinx ]; nativeBuildInputs = with python3.pkgs; [ pkg-config docutils sphinx makeWrapper];
buildInputs = [ buildInputs = [
libxslt groff ncurses readline libedit makeWrapper python3 libxslt groff ncurses readline libedit python3
] ]
++ lib.optional (lib.versionOlder version "7") pcre ++ lib.optional (lib.versionOlder version "7") pcre
++ lib.optional (lib.versionAtLeast version "7") pcre2 ++ lib.optional (lib.versionAtLeast version "7") pcre2