diff options
| author | Daniel Littlewood <dan@danielittlewood.xyz> | 2026-04-28 09:24:06 +0100 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-04-29 10:31:29 +0900 |
| commit | 611cd89fc922aadfbd60064472d09b6587c111a3 (patch) | |
| tree | 68d2e70d057d68dbe60fd088d344685d075db5a3 /gnu/packages/databases.scm | |
| parent | 858bbd0edddfe87281a8e45b12ecedb1089cb41b (diff) | |
gnu: sqlcipher: Remove input labels.
* gnu/packages/databases.scm (sqlcipher)[inputs]: Remove input labels.
Change-Id: Ibbc7e90c89a804bb693e7de126df5bbfb1f5d3d3
Reviewed-by: Nicolas Graves <ngraves@ngraves.fr>
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu/packages/databases.scm')
| -rw-r--r-- | gnu/packages/databases.scm | 5 |
1 files 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 @@ | |||
| 71 | ;;; Copyright © 2026 Spencer King <spencer.king@wustl.edu> | 71 | ;;; Copyright © 2026 Spencer King <spencer.king@wustl.edu> |
| 72 | ;;; Copyright © 2026 Peter Polidoro <peter@polidoro.io> | 72 | ;;; Copyright © 2026 Peter Polidoro <peter@polidoro.io> |
| 73 | ;;; Copyright © 2026 Josep Bigorra <jjbigorra@gmail.com> | 73 | ;;; Copyright © 2026 Josep Bigorra <jjbigorra@gmail.com> |
| 74 | ;;; Copyright © 2026 Daniel Littlewood <dan@danielittlewood.xyz> | ||
| 74 | ;;; | 75 | ;;; |
| 75 | ;;; This file is part of GNU Guix. | 76 | ;;; This file is part of GNU Guix. |
| 76 | ;;; | 77 | ;;; |
| @@ -4159,8 +4160,8 @@ programmatically or as a standalone CLI application.") | |||
| 4159 | (file-name (git-file-name name version)))) | 4160 | (file-name (git-file-name name version)))) |
| 4160 | (build-system gnu-build-system) | 4161 | (build-system gnu-build-system) |
| 4161 | (inputs | 4162 | (inputs |
| 4162 | `(("libcrypto" ,openssl) | 4163 | (list openssl |
| 4163 | ("libtcl8.6" ,tcl))) ; required for running the tests | 4164 | tcl)) ;for tests |
| 4164 | (native-inputs | 4165 | (native-inputs |
| 4165 | (list tcl)) | 4166 | (list tcl)) |
| 4166 | (arguments | 4167 | (arguments |
