From 55d883ddc437f67a17de42d57b6e3d907a2c4950 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sat, 23 Mar 2024 13:51:32 +0100 Subject: taskflow-2: implement minimal definition: dependency of komodo-wallet --- packages/komodo/taskflow-2.scm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 packages/komodo/taskflow-2.scm (limited to 'packages/komodo/taskflow-2.scm') 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))) -- cgit v1.2.3