mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: curl: Remove obsolete workaround.
* gnu/packages/curl.scm (curl)[arguments]: Remove 'fix-Makefile' phase.
This commit is contained in:
parent
dc138d6d69
commit
971af38c89
1 changed files with 1 additions and 9 deletions
|
@ -118,15 +118,7 @@ (define-public curl
|
||||||
;; The top-level "make check" does "make -C tests quiet-test", which
|
;; The top-level "make check" does "make -C tests quiet-test", which
|
||||||
;; is too quiet. Use the "test" target instead, which is more
|
;; is too quiet. Use the "test" target instead, which is more
|
||||||
;; verbose.
|
;; verbose.
|
||||||
(zero? (system* "make" "-C" "tests" "test"))))
|
(zero? (system* "make" "-C" "tests" "test")))))))
|
||||||
(add-before 'install 'fix-Makefile
|
|
||||||
;; Fix a regression in 7.55.0 where docs are not installed.
|
|
||||||
;; https://github.com/curl/curl/commit/a7bbbb7c368c6096802007f61f19a02e9d75285b
|
|
||||||
(lambda _
|
|
||||||
(substitute* "Makefile"
|
|
||||||
(("install-data-hook:\n")
|
|
||||||
"install-data-hook:\n\tcd docs/libcurl && $(MAKE) install\n"))
|
|
||||||
#t)))))
|
|
||||||
(synopsis "Command line tool for transferring data with URL syntax")
|
(synopsis "Command line tool for transferring data with URL syntax")
|
||||||
(description
|
(description
|
||||||
"curl is a command line tool for transferring data with URL syntax,
|
"curl is a command line tool for transferring data with URL syntax,
|
||||||
|
|
Loading…
Reference in a new issue