diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:02 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:02 -0500 |
commit | 55aca87f0adbad496298da40895576ad0f4d0188 (patch) | |
tree | d8ff4d3afaaa13bae29a5eb7f26871cd4777be05 | |
parent | aca038ef472c15aad314f591d46ccf32c8375345 (diff) | |
download | guix-techchud-55aca87f0adbad496298da40895576ad0f4d0188.tar.gz guix-techchud-55aca87f0adbad496298da40895576ad0f4d0188.tar.bz2 guix-techchud-55aca87f0adbad496298da40895576ad0f4d0188.zip |
add python deps for stashley
-rw-r--r-- | stashley.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stashley.scm b/stashley.scm index 4b86195..a614ca2 100644 --- a/stashley.scm +++ b/stashley.scm @@ -9,6 +9,7 @@ #:use-module (gnu packages wget) #:use-module (gnu packages video) #:use-module (gnu packages python-xyz) + #:use-module (gnu packages python-build) ) (define-public stashley |