gnu: fossil: Remove bundled libraries.

* gnu/packages/version-control.scm (fossil)[source]: Add snippet to
remove bundled libraries.
master
Efraim Flashner 2019-02-27 10:27:16 +02:00
parent 66d05055bb
commit 0b1fb0aa4c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 5 additions and 1 deletions

View File

@ -1882,7 +1882,11 @@ repository\" with git-annex.")
"fossil-src-" version ".tar.gz")))
(sha256
(base32
"0pbinf8d2kj1j7niblhzjd2l2khg6r2pn2xvig6gavz27p3vwcka"))))
"0pbinf8d2kj1j7niblhzjd2l2khg6r2pn2xvig6gavz27p3vwcka"))
(modules '((guix build utils)))
(snippet
'(begin
(delete-file-recursively "compat") #t))))
(build-system gnu-build-system)
(native-inputs
`(("tcl" ,tcl) ;for configuration only