From 31974bc7b6e1da90ca501b1f1ddc5d1790e5adde Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Wed, 22 May 2024 16:02:33 +0200 Subject: [PATCH] pamhyr: Add script to run pamhyr under guix shell env. --- guix.sh | 3 +++ manifest.scm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 guix.sh diff --git a/guix.sh b/guix.sh new file mode 100755 index 00000000..968568c6 --- /dev/null +++ b/guix.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +guix shell --manifest=manifest.scm -- python3 ./src/pamhyr.py diff --git a/manifest.scm b/manifest.scm index 77750742..40c6bf4e 100644 --- a/manifest.scm +++ b/manifest.scm @@ -15,7 +15,7 @@ ;; along with this program. If not, see . (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"