[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50987] [PATCH 2/2] gnu: Add python-sl1tophoton.
From: |
phodina |
Subject: |
[bug#50987] [PATCH 2/2] gnu: Add python-sl1tophoton. |
Date: |
Sun, 03 Oct 2021 07:48:59 +0000 |
Hi Guix,
these patches allow users to use Prusa Slicer to slice the model and convert it
to the format for the appropriate HW instead of using proprietary software.
However, there is one issue with the patch in python-sl1tophoton. In the
install phase it crates the executables in gnu/store/xxxxx/bin but it attempts
to launch them as a shell script instead of python.
Do you know how to fix that?