apache-jena-fuseki: 3.13.1 -> 4.2.0
This commit is contained in:
parent
f54d2792e0
commit
a53e02e3ec
2 changed files with 5 additions and 4 deletions
|
@ -3,10 +3,10 @@ let
|
|||
s = # Generated upstream information
|
||||
rec {
|
||||
baseName="apache-jena-fuseki";
|
||||
version = "3.13.1";
|
||||
version = "4.2.0";
|
||||
name="${baseName}-${version}";
|
||||
url="http://archive.apache.org/dist/jena/binaries/apache-jena-fuseki-${version}.tar.gz";
|
||||
sha256 = "018b07icvjhd44c046rxfjiczcs63cic77cymgg4w8pd3na06c7y";
|
||||
sha256 = "1x3va4yqmxh55lhr6ms85ks9v0lqkl3y41h0bpjdycp8j96lsy3h";
|
||||
};
|
||||
buildInputs = [
|
||||
makeWrapper
|
||||
|
@ -20,7 +20,8 @@ stdenv.mkDerivation {
|
|||
};
|
||||
installPhase = ''
|
||||
cp -r . "$out"
|
||||
ln -s "$out"/{fuseki-server,fuseki} "$out/bin"
|
||||
chmod +x $out/fuseki
|
||||
ln -s "$out"/{fuseki-backup,fuseki-server,fuseki} "$out/bin"
|
||||
for i in "$out"/bin/*; do
|
||||
wrapProgram "$i" \
|
||||
--prefix "PATH" : "${java}/bin/" \
|
||||
|
|
|
@ -19897,7 +19897,7 @@ with pkgs;
|
|||
};
|
||||
|
||||
apache-jena-fuseki = callPackage ../servers/nosql/apache-jena/fuseki-binary.nix {
|
||||
java = jdk8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
|
||||
java = jre;
|
||||
};
|
||||
|
||||
apcupsd = callPackage ../servers/apcupsd { };
|
||||
|
|
Loading…
Reference in a new issue