mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: fossil: Remove obsolete snippet.
* gnu/packages/version-control.scm (fossil)[source]: Remove obsolete substitution.
This commit is contained in:
parent
5e27c9a0d2
commit
a70a1d8edf
1 changed files with 1 additions and 6 deletions
|
@ -2745,12 +2745,7 @@ (define-public fossil
|
|||
(base32 "08g7img88n2nwcdkpzmg4aqbp2iy40nllgas53502dspm97ym4h8"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
(delete-file-recursively "compat")
|
||||
;; Disable obsolete SQLite feature check; remove for 2.19.
|
||||
(substitute* "tools/sqlcompattest.c"
|
||||
((".*\"ENABLE_JSON1\".*")
|
||||
""))))))
|
||||
'(delete-file-recursively "compat"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list tcl ;for configuration only
|
||||
|
|
Loading…
Reference in a new issue