diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-01 15:02:16 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-18 14:07:28 +0100 |
| commit | 03fad375251f5fc412426775b721549e98a331bc (patch) | |
| tree | 13d32f64c408831e93cc2aa11de40d7e6aa3d877 /gnu/packages | |
| parent | 36feabd05c10a6356fdcd6006013ff6b0df93910 (diff) | |
gnu: Remove go-git-sr-ht-emersion-go-sqlite3-fts5.
* gnu/packages/golang-xyz.scm (go-git-sr-ht-emersion-go-sqlite3-fts5): Delete variable.
Fixes: guix/guix#6672
Change-Id: I6a7fe0f38adbf34f2fc4546bf7d78921445afc6a
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 345ec984139..134abe7c622 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -610,47 +610,6 @@ recursively any exported one. It also won't merge structs inside maps (because they are not addressable using Go reflection).") (license license:bsd-3))) -(define-public go-git-sr-ht-emersion-go-sqlite3-fts5 - (package - (name "go-git-sr-ht-emersion-go-sqlite3-fts5") - (version "0.0.0-20240124102820-f3a72e8b79b1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://git.sr.ht/~emersion/go-sqlite3-fts5") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1plbfb1z0y3gprddwvp4n61r0cacpp7cjn3abq00xhac5vdvig0v")))) - (build-system go-build-system) - ;; XXX: fts5.c, fts5.h, generate.sh, sqlite3.h and sqlite3ext.h are - ;; obtained from - ;; <https://www.sqlite.org/2023/sqlite-preprocessed-3440000.zip>, check if - ;; they may be sourced from sqlite package. - (arguments - (list - #:import-path "git.sr.ht/~emersion/go-sqlite3-fts5" - #:phases - #~(modify-phases %standard-phases - (add-before 'build 'set-flags - (lambda _ - ;; FIXME: Find out why it's failing without these flags: - ;; src/git.sr.ht/~emersion/go-sqlite3-fts5/internal/internal.go:13: - ;; undefined reference to `sqlite3_auto_extension'collect2: - ;; error: ld returned 1 exit status - (setenv "CGO_LDFLAGS" - "-Wl,--unresolved-symbols=ignore-in-object-files")))))) - (propagated-inputs - (list go-github-com-mattn-go-sqlite3)) - (home-page "https://git.sr.ht/~emersion/go-sqlite3-fts5") - (synopsis "FTS5 extension for go-sqlite3") - (description - "Standalone FTS5 extension for -@@url{https://github.com/mattn/go-sqlite3,go-sqlite3}, that provides full-text -search functionality to database applications.") - (license license:expat))) - (define-public go-git-sr-ht-rjarry-go-opt (package (name "go-git-sr-ht-rjarry-go-opt") |
