Archived
1
0
Fork 0

gnu: guile-dbd-sqlite3: Use normal variable instead of @ reference.

* gnu/packages/guile-xyz.scm (guile-dbd-sqlite3)[inputs]: Replace (@ (gnu
packages compression) zlib) with zlib.
This commit is contained in:
Arun Isaac 2021-09-08 19:57:07 +05:30
parent 2b9e6f1521
commit c98c9c5142
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -1592,7 +1592,7 @@ It currently supports MySQL, Postgres and SQLite3.")
(delete 'patch-extension-path)))))
(inputs
`(("sqlite" ,sqlite)
("zlib" ,(@ (gnu packages compression) zlib))))
("zlib" ,zlib)))
(native-inputs
`(("guile-dbi" ,guile-dbi) ; only required for headers
("pkg-config" ,pkg-config)