Compare commits

...

No commits in common. "7afa0289d8f4d8ec0a8fa8393c48db4e43ea0039" and "c3aca53151f514648ca68c985597df42b938c758" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -24,11 +24,11 @@ stdenv.mkDerivation {
# mkDerivation fails to detect the zip nature of $src :/
# Let's unpack the archive explicitely.
unpackPhase = "unzip $src";
unpackCmd = "unzip $curSrc";
installPhase = ''
mkdir $out
cp -r release/* $out'';
cp -r * $out'';
# Pleroma is using the project's root path (here the store path)
# as its TMPDIR.