varnish: move makeWrapper to nativeBuildInputs
This commit is contained in:
committed by
Artturin
parent
fc045d663d
commit
44b4be94cf
@@ -14,9 +14,9 @@ let
|
||||
|
||||
passthru.python = python3;
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [ pkg-config docutils sphinx ];
|
||||
nativeBuildInputs = with python3.pkgs; [ pkg-config docutils sphinx makeWrapper];
|
||||
buildInputs = [
|
||||
libxslt groff ncurses readline libedit makeWrapper python3
|
||||
libxslt groff ncurses readline libedit python3
|
||||
]
|
||||
++ lib.optional (lib.versionOlder version "7") pcre
|
||||
++ lib.optional (lib.versionAtLeast version "7") pcre2
|
||||
|
||||
Reference in New Issue
Block a user