about summary refs log tree commit diff
path: root/pkgs/servers/nosql
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-08-07 12:00:52 +0000
committerGitHub <noreply@github.com>2023-08-07 12:00:52 +0000
commitdd48ee46cf8da1e27f7f2da5133cc7f9e5fd117d (patch)
treea68080a938d59fbd90249f3c09a14149e92a3ccf /pkgs/servers/nosql
parentd23097a8185820e5a13ec93b35daef9b75a076bb (diff)
parente462b98597ee61e60ccaf77e3a5ed7681d139903 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/servers/nosql')
-rw-r--r--pkgs/servers/nosql/apache-jena/fuseki-test.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/nosql/apache-jena/fuseki-test.nix b/pkgs/servers/nosql/apache-jena/fuseki-test.nix
index cdf1c2d7a147b..bbf98a8382593 100644
--- a/pkgs/servers/nosql/apache-jena/fuseki-test.nix
+++ b/pkgs/servers/nosql/apache-jena/fuseki-test.nix
@@ -1,5 +1,5 @@
-{ lib, runCommandNoCC, apache-jena-fuseki, curl }:
-runCommandNoCC "fuseki-test-${apache-jena-fuseki.name}"
+{ lib, runCommand, apache-jena-fuseki, curl }:
+runCommand "fuseki-test-${apache-jena-fuseki.name}"
 { nativeBuildInputs = [ curl apache-jena-fuseki ]; } ''
   export FUSEKI_BASE="$PWD/fuseki-base"
   mkdir -p "$FUSEKI_BASE/db"