guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: curl: Remove obsolete workaround.


From: Marius Bakke
Subject: 04/07: gnu: curl: Remove obsolete workaround.
Date: Wed, 13 Dec 2017 13:30:36 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 971af38c897208a270bc334f137598a55fcc7628
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 13 07:11:18 2017 +0100

    gnu: curl: Remove obsolete workaround.
    
    * gnu/packages/curl.scm (curl)[arguments]: Remove 'fix-Makefile' phase.
---
 gnu/packages/curl.scm | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index b9d4e7d..3df8acc 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -118,15 +118,7 @@
            ;; The top-level "make check" does "make -C tests quiet-test", which
            ;; is too quiet.  Use the "test" target instead, which is more
            ;; verbose.
-           (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)))))
+           (zero? (system* "make" "-C" "tests" "test")))))))
    (synopsis "Command line tool for transferring data with URL syntax")
    (description
     "curl is a command line tool for transferring data with URL syntax,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]