me
/
guix
Archived
1
0
Fork 0

gnu: fossil: Remove obsolete snippet.

* gnu/packages/version-control.scm (fossil)[source]: Remove obsolete
substitution.
master
Ricardo Wurmus 2022-12-27 19:47:23 +01:00
parent 5e27c9a0d2
commit a70a1d8edf
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 6 deletions

View File

@ -2745,12 +2745,7 @@ by rclone usable with git-annex.")
(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