mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #247699 from 7c6f434c/fuseki-rename-runCommand
apache-jena-fuseki.tests: use non-alias runCommand
This commit is contained in:
commit
eea5edbaf4
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue