summaryrefslogtreecommitdiff
path: root/packages/komodo/taskflow-2.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-03-23 13:51:32 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-03-23 13:51:32 +0100
commit55d883ddc437f67a17de42d57b6e3d907a2c4950 (patch)
treea876ead645fe5f05850fe8fb60b16e7ed95473eb /packages/komodo/taskflow-2.scm
parent2b999e1feab53c0683f36438d8ae628837c17f04 (diff)
taskflow-2: implement minimal definition: dependency of komodo-wallet
Diffstat (limited to 'packages/komodo/taskflow-2.scm')
-rw-r--r--packages/komodo/taskflow-2.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/komodo/taskflow-2.scm b/packages/komodo/taskflow-2.scm
new file mode 100644
index 0000000..30ed89e
--- /dev/null
+++ b/packages/komodo/taskflow-2.scm
@@ -0,0 +1,6 @@
+(define-module (taskflow-2)
+ #:use-module (gnu packages cpp)
+ #:use-module (guix packages))
+
+(define-public taskflow-2
+ (package (inherit taskflow)))