summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2024-05-30 11:52:53 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-06-17 08:15:36 +0000
commit66deb824d63536795c3b4edc202cf49ae249bebc (patch)
tree2281ea3d3329522991a8307adca36fe2579c6fec
parentpostgresqlPackages.plv8: 3.1.10 -> 3.2.2 (diff)
downloadnixpkgs-66deb824d63536795c3b4edc202cf49ae249bebc.tar.gz
zammad: use nodejs.libv8
(cherry picked from commit ca5654ba7dc0c6226b91d3b24a986da316aef761)
-rw-r--r--pkgs/applications/networking/misc/zammad/default.nix3
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 = ''