orca-slicer: Remove file from output root

This commit is contained in:
polyfloyd
2025-09-16 18:25:59 +02:00
parent 3d3bebfd8a
commit 26fbdf99d5
+4
View File
@@ -212,6 +212,10 @@ stdenv.mkDerivation (finalAttrs: {
)
'';
postInstall = ''
rm $out/LICENSE.txt
'';
meta = {
description = "G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)";
homepage = "https://github.com/SoftFever/OrcaSlicer";