Merge pull request #300901 from MayNiklas/patch-1

bambu-studio: move LICENSE.txt
This commit is contained in:
kirillrdy
2024-04-04 06:25:39 +11:00
committed by GitHub
@@ -166,6 +166,16 @@ stdenv.mkDerivation rec {
)
'';
# needed to prevent collisions between the LICENSE.txt files of
# bambu-studio and orca-slicer.
postInstall = ''
mkdir -p $out/share/doc
mv $out/LICENSE.txt $out/share/doc/LICENSE.txt
if [ -f $out/README.md ]; then
mv $out/README.md $out/share/doc/README.md
fi
'';
meta = with lib; {
description = "PC Software for BambuLab's 3D printers";
homepage = "https://github.com/bambulab/BambuStudio";