janusgraph: work around a build failure

This commit is contained in:
Vladimír Čunát 2023-08-07 09:28:33 +02:00
parent a93afc73ef
commit ae0347b44f
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -30,6 +30,10 @@ stdenv.mkDerivation rec {
makeWrapper ${jdk11}/bin/java $out/bin/janusgraph-server \
--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; {