pamhyr: Add script to run pamhyr under guix shell env.

setup.py
Pierre-Antoine Rouby 2024-05-22 16:02:33 +02:00
parent e87db62dce
commit 31974bc7b6
2 changed files with 4 additions and 1 deletions

3
guix.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
guix shell --manifest=manifest.scm -- python3 ./src/pamhyr.py

View File

@ -15,7 +15,7 @@
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
(specifications->manifest
(list "python-minimal" "python-platformdirs" "python-lxml"
(list "python" "python-platformdirs" "python-lxml"
"python-pyqt@5" "python-pyqt5-sip"
"python-pyqtgraph" "python-qscintilla"
"python-numpy" "python-shapely" "python-pyshp"