mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: guile-dbi-bootstrap: Remove package.
guile-dbi-bootstrap was formerly used by guile-dbd-sqlite3 and guile-dbd-postgresql. It is no longer required now that guile-dbi uses native-search-paths to find guile-dbd-* libraries. * gnu/packages/guile-xyz.scm (guile-dbi-bootstrap): Delete variable.
This commit is contained in:
parent
8f1d146033
commit
9a8ce7e859
1 changed files with 0 additions and 9 deletions
|
@ -1576,15 +1576,6 @@ (define-public guile-dbi
|
|||
(variable "GUILE_DBD_PATH")
|
||||
(files '("lib")))))))
|
||||
|
||||
(define guile-dbi-bootstrap
|
||||
(package
|
||||
(inherit guile-dbi)
|
||||
(name "guile-dbi-bootstrap")
|
||||
(inputs '())
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments guile-dbi)
|
||||
((#:make-flags _) '(list))))))
|
||||
|
||||
(define-public guile-dbd-sqlite3
|
||||
(package
|
||||
(inherit guile-dbi)
|
||||
|
|
Loading…
Reference in a new issue