Compare commits

...

No commits in common. "f3312bf4c3d8f39c4afb876dddbec8358c795dca" and "e390c93e88221452d65b5b1244195e228959f5d2" have entirely different histories.

1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ pkgs.stdenv.mkDerivation {
# Let's copy everything but the bin folder
cp -r release/* $out
# Pleroma is using the project path (here the store path) as default a TMPDIR.
# Pleroma is using the project's root path (here the store path)
# as its TMPDIR.
# Patching it to move the tmp dir to the actual tmpdir
wrapProgram $out/bin/pleroma \
--set-default RELEASE_TMP "/tmp"