make the papermc derivation smaller
This commit is contained in:
parent
0a8b68f59f
commit
cd684d63be
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ in rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
install -Dm444 ${paper-jar} $out/share/papermc/papermc.jar
|
ln -s ${paper-jar} $out/share/papermc/papermc.jar
|
||||||
install -Dm555 -t $out/bin minecraft-server
|
install -Dm555 -t $out/bin minecraft-server
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue