tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
janusgraph: work around a build failure
Vladimír Čunát
2 years ago
ae0347b4
a93afc73
+4
1 changed file
expand all
collapse all
unified
split
pkgs
servers
nosql
janusgraph
default.nix
+4
pkgs/servers/nosql/janusgraph/default.nix
···
30
30
31
31
makeWrapper ${jdk11}/bin/java $out/bin/janusgraph-server \
32
32
--add-flags "-classpath $classpath org.janusgraph.graphdb.server.JanusGraphServer"
33
33
+
34
34
+
# temporary workaround for
35
35
+
# https://github.com/NixOS/nixpkgs/pull/244400#issuecomment-1667330430
36
36
+
cd "$TMPDIR"
33
37
'';
34
38
35
39
meta = with lib; {