diff options
| author | Thomas Gerbet <thomas@gerbet.me> | 2024-05-30 11:52:53 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-06-17 08:15:36 +0000 |
| commit | 66deb824d63536795c3b4edc202cf49ae249bebc (patch) | |
| tree | 2281ea3d3329522991a8307adca36fe2579c6fec | |
| parent | postgresqlPackages.plv8: 3.1.10 -> 3.2.2 (diff) | |
| download | nixpkgs-66deb824d63536795c3b4edc202cf49ae249bebc.tar.gz | |
zammad: use nodejs.libv8
(cherry picked from commit ca5654ba7dc0c6226b91d3b24a986da316aef761)
| -rw-r--r-- | pkgs/applications/networking/misc/zammad/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/networking/misc/zammad/default.nix b/pkgs/applications/networking/misc/zammad/default.nix index 369b16282c41..63d2569b5777 100644 --- a/pkgs/applications/networking/misc/zammad/default.nix +++ b/pkgs/applications/networking/misc/zammad/default.nix @@ -17,7 +17,6 @@ , nodejs , yarn , yarn2nix-moretea -, v8 , cacert , redis }: @@ -83,7 +82,7 @@ let }; mini_racer = attrs: { buildFlags = [ - "--with-v8-dir=\"${v8}\"" + "--with-v8-dir=\"${nodejs.libv8}\"" ]; dontBuild = false; postPatch = '' |
