Loading pkgs/applications/misc/bambu-studio/orca-slicer.nix +6 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
pkgs/applications/misc/bambu-studio/orca-slicer.nix +6 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading