mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -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"))
|
(base32 "08g7img88n2nwcdkpzmg4aqbp2iy40nllgas53502dspm97ym4h8"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(delete-file-recursively "compat"))))
|
||||||
(delete-file-recursively "compat")
|
|
||||||
;; Disable obsolete SQLite feature check; remove for 2.19.
|
|
||||||
(substitute* "tools/sqlcompattest.c"
|
|
||||||
((".*\"ENABLE_JSON1\".*")
|
|
||||||
""))))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list tcl ;for configuration only
|
(list tcl ;for configuration only
|
||||||
|
|
Loading…
Reference in a new issue