varnish: move makeWrapper to nativeBuildInputs
This commit is contained in:
parent
fc045d663d
commit
44b4be94cf
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue