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:
Arun Isaac 2021-09-08 19:59:08 +05:30
parent 8f1d146033
commit 9a8ce7e859
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -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)