me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 0 additions and 9 deletions

View File

@ -1576,15 +1576,6 @@ It currently supports MySQL, Postgres and SQLite3.")
(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)