aboutsummaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
authorArun Isaac2022-05-05 15:40:02 +0530
committerArun Isaac2022-05-05 15:54:33 +0530
commit30c47a64da943d74f1de94f5d128ea9f166d66fa (patch)
tree2f433cec947eeb3e5728a653266b6cde17097477 /manifest.scm
parente425c701e747fbc7a91c1a8d814fe31f97e2d37c (diff)
downloadgn-transform-databases-30c47a64da943d74f1de94f5d128ea9f166d66fa.tar.gz
manifest: Add gnu-make.
* manifest.scm: Import gnu-make from (gnu packages base). Add gnu-make to manifest.
Diffstat (limited to 'manifest.scm')
-rw-r--r--manifest.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.scm b/manifest.scm
index 99c83f3..ac4026e 100644
--- a/manifest.scm
+++ b/manifest.scm
@@ -5,6 +5,7 @@
;; Happy hacking!
(use-modules (gnu packages autotools)
+ ((gnu packages base) #:select (gnu-make))
((gnu packages bioinformatics) #:prefix guix:)
((gnu packages databases) #:select (virtuoso-ose))
(gnu packages graphviz)
@@ -70,7 +71,7 @@
(license license:gpl3+)))
(packages->manifest
- (list guile-3.0 guile-dbi guile-dbd-mysql
+ (list gnu-make guile-3.0 guile-dbi guile-dbd-mysql
;; We abuse (ccwl graphviz) as a library to visualize the database
;; schema. Hence we need ccwl and guile-libyaml.
ccwl graphviz guile-hashing guile-libyaml guile-sparql