From 611cd89fc922aadfbd60064472d09b6587c111a3 Mon Sep 17 00:00:00 2001 From: Daniel Littlewood Date: Tue, 28 Apr 2026 09:24:06 +0100 Subject: [PATCH] gnu: sqlcipher: Remove input labels. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/databases.scm (sqlcipher)[inputs]: Remove input labels. Change-Id: Ibbc7e90c89a804bb693e7de126df5bbfb1f5d3d3 Reviewed-by: Nicolas Graves Signed-off-by: Nguyễn Gia Phong --- gnu/packages/databases.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index a337baeb9d8..9ffa93e44fe 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -71,6 +71,7 @@ ;;; Copyright © 2026 Spencer King ;;; Copyright © 2026 Peter Polidoro ;;; Copyright © 2026 Josep Bigorra +;;; Copyright © 2026 Daniel Littlewood ;;; ;;; This file is part of GNU Guix. ;;; @@ -4159,8 +4160,8 @@ programmatically or as a standalone CLI application.") (file-name (git-file-name name version)))) (build-system gnu-build-system) (inputs - `(("libcrypto" ,openssl) - ("libtcl8.6" ,tcl))) ; required for running the tests + (list openssl + tcl)) ;for tests (native-inputs (list tcl)) (arguments