diff options
Diffstat (limited to 'packages/komodo/taskflow-2.scm')
-rw-r--r-- | packages/komodo/taskflow-2.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/komodo/taskflow-2.scm b/packages/komodo/taskflow-2.scm index fa029fa..cd1b3cd 100644 --- a/packages/komodo/taskflow-2.scm +++ b/packages/komodo/taskflow-2.scm @@ -1,4 +1,4 @@ -(define-module (taskflow-2) +(define-module (packages komodo taskflow-2) #:use-module (gnu packages cpp) #:use-module (guix packages)) |