janusgraph: work around a build failure
This commit is contained in:
parent
a93afc73ef
commit
ae0347b44f
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
makeWrapper ${jdk11}/bin/java $out/bin/janusgraph-server \
|
makeWrapper ${jdk11}/bin/java $out/bin/janusgraph-server \
|
||||||
--add-flags "-classpath $classpath org.janusgraph.graphdb.server.JanusGraphServer"
|
--add-flags "-classpath $classpath org.janusgraph.graphdb.server.JanusGraphServer"
|
||||||
|
|
||||||
|
# temporary workaround for
|
||||||
|
# https://github.com/NixOS/nixpkgs/pull/244400#issuecomment-1667330430
|
||||||
|
cd "$TMPDIR"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue