guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/10: gnu: guile-dbd-sqlite3: Use normal variable instead of @ referenc


From: guix-commits
Subject: 10/10: gnu: guile-dbd-sqlite3: Use normal variable instead of @ reference.
Date: Sun, 3 Oct 2021 10:19:54 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit c98c9c514261d7e870e9eb13673a3faaa46b998d
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Wed Sep 8 19:57:07 2021 +0530

    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.
---
 gnu/packages/guile-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 2796ec4..c4d6d38 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]