guix-commits
[Top][All Lists]
Advanced

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

31/94: gnu: Remove cmake/fixed.


From: guix-commits
Subject: 31/94: gnu: Remove cmake/fixed.
Date: Thu, 5 Dec 2019 12:15:31 -0500 (EST)

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

commit a4de5cfd2f75f19d751a2f37d758b500bfd19a7e
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 3 00:13:03 2019 +0100

    gnu: Remove cmake/fixed.
    
    * gnu/packages/cmake.scm (cmake/fixed): Remove variable.
    (cmake-minimal)[source](patches): Add "cmake-curl-certificates.patch".
---
 gnu/packages/cmake.scm | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index 5c9b981..135863f 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -75,7 +75,8 @@
                                 "cmliblzma"
                                 ;; "cmlibuv"
                                 "cmzlib"))
-                    #t)))))
+                    #t)))
+              (patches (search-patches "cmake-curl-certificates.patch"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"
@@ -209,18 +210,6 @@ and workspaces that can be used in the compiler 
environment of your choice.")
     (outputs '("out" "doc"))
     (properties (alist-delete 'hidden? (package-properties cmake-minimal)))))
 
-(define-public cmake/fixed
-  ;; This is a variant of CMake that fixes X.509 certificate lookup:
-  ;; <https://issues.guix.gnu.org/issue/37371>.
-  (package
-    (inherit cmake)
-    (version (string-append (package-version cmake) "-1"))
-    (source (origin
-              (inherit (package-source cmake))
-              (patches
-               (append (search-patches "cmake-curl-certificates.patch")
-                       (origin-patches (package-source cmake))))))))
-
 (define-public cmake-minimal-cross
   (package
     (inherit cmake-minimal)



reply via email to

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