orca-slicer: move LICENSE to prevent collision

This commit is contained in:
Kirill Radzikhovskyy 2024-04-24 06:46:15 +10:00
parent 416e7fbac8
commit 2715a8ad3a
1 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,12 @@ bambu-studio.overrideAttrs (
hash = "sha256-YlLDUH3ODIfax5QwnsVJi1JjZ9WtxP3ssqRP1C4d4bw=";
};
# needed to prevent collisions between the LICENSE.txt files of
# bambu-studio and orca-slicer.
postInstall = ''
mv $out/LICENSE.txt $out/share/OrcaSlicer/LICENSE.txt
'';
meta = with lib; {
description = "G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc";
homepage = "https://github.com/SoftFever/OrcaSlicer";