diff options
author | W. Kosior <koszko@koszko.org> | 2025-03-13 10:42:00 +0100 |
---|---|---|
committer | W. Kosior <koszko@koszko.org> | 2025-03-13 10:42:00 +0100 |
commit | 2005539fdff156ba56f99dc3220c59254a1d7f73 (patch) | |
tree | 0c9ffeadeea558d4f9d8e16525940147bd14e3f5 | |
parent | 2339df2927777fd46b9956932b7cfd63049876b4 (diff) | |
download | koszko-org-guix-server-2005539fdff156ba56f99dc3220c59254a1d7f73.tar.gz koszko-org-guix-server-2005539fdff156ba56f99dc3220c59254a1d7f73.zip |
Import missing `with-imported-modules'.
This is used by some stuff related to Hydrilla further below. The import
should've been committed long ago.
-rw-r--r-- | salamina.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/salamina.scm b/salamina.scm index 18d842b..72b27b5 100644 --- a/salamina.scm +++ b/salamina.scm @@ -50,7 +50,7 @@ ((guix build-system python) #:select (default-python)) ((guix gexp) #:select (file-append gexp local-file mixed-text-file plain-file - program-file scheme-file)) + program-file scheme-file with-imported-modules)) ((guix modules) #:select (source-module-closure)) ((guix packages) #:select (package-transitive-target-inputs package-version)) |