Add sqitch to guix-dev.scm
As it's used to manage the database schema.
This commit is contained in:
parent
15ba520610
commit
7c018a8c32
1 changed files with 3 additions and 1 deletions
|
|
@ -31,6 +31,7 @@
|
||||||
(guix build-system gnu)
|
(guix build-system gnu)
|
||||||
(gnu packages)
|
(gnu packages)
|
||||||
(gnu packages autotools)
|
(gnu packages autotools)
|
||||||
|
(gnu packages databases)
|
||||||
(gnu packages guile)
|
(gnu packages guile)
|
||||||
(gnu packages guile-xyz)
|
(gnu packages guile-xyz)
|
||||||
(gnu packages pkg-config)
|
(gnu packages pkg-config)
|
||||||
|
|
@ -49,7 +50,8 @@
|
||||||
("guile-squee" ,guile-squee)
|
("guile-squee" ,guile-squee)
|
||||||
("guile-fibers" ,guile-fibers)
|
("guile-fibers" ,guile-fibers)
|
||||||
("guile-syntax-highlight" ,guile-syntax-highlight)
|
("guile-syntax-highlight" ,guile-syntax-highlight)
|
||||||
("guile" ,guile-2.2)))
|
("guile" ,guile-2.2)
|
||||||
|
("sqitch" ,sqitch)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue