diff options
author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-08 17:20:12 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-08 17:20:12 +0900 |
commit | 254894a3a6465051caa477e6d74ff1fe26eead1e (patch) | |
tree | 61e2114a43a61efe175db0d26c93d7433f6d92bd | |
parent | 2bf42827e8eb4528ff757b43a5279c63c2f504cc (diff) |
gnu: gimp: Add missing import.
This is a fixup for the previous commit 2bf428, which added bash-minimal to
the inputs.
Change-Id: I65b1ddae96feb0c9c594490a71c743a021353ded
-rw-r--r-- | gnu/packages/gimp.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm index 9987b028d0..e8861813c4 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -41,6 +41,7 @@ #:use-module (gnu packages autotools) #:use-module (gnu packages backup) #:use-module (gnu packages base) + #:use-module (gnu packages bash) #:use-module (gnu packages build-tools) #:use-module (gnu packages compression) #:use-module (gnu packages documentation) |