summaryrefslogtreecommitdiff
path: root/packages/komodo/taskflow-2.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2025-03-16 22:46:57 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2025-03-16 22:46:57 +0100
commit6cb6c1e090f43d3cdd46b9697f23d50ec547da60 (patch)
treef536d085666fbca5ddf5d511c4d266d1ffd3928b /packages/komodo/taskflow-2.scm
parenta5a7e233587d146d949fdf88d29f77712b32dfe8 (diff)
export komodo package to sovereign channel
Diffstat (limited to 'packages/komodo/taskflow-2.scm')
-rw-r--r--packages/komodo/taskflow-2.scm7
1 files changed, 0 insertions, 7 deletions
diff --git a/packages/komodo/taskflow-2.scm b/packages/komodo/taskflow-2.scm
deleted file mode 100644
index cd1b3cd..0000000
--- a/packages/komodo/taskflow-2.scm
+++ /dev/null
@@ -1,7 +0,0 @@
-(define-module (packages komodo taskflow-2)
- #:use-module (gnu packages cpp)
- #:use-module (guix packages))
-
-(define-public taskflow-2
- (package (inherit taskflow)
- (version "2.2.0")))