gnu: Remove cmake/fixed.
* gnu/packages/cmake.scm (cmake/fixed): Remove variable. (cmake-minimal)[source](patches): Add "cmake-curl-certificates.patch".
This commit is contained in:
		
							parent
							
								
									857d443494
								
							
						
					
					
						commit
						a4de5cfd2f
					
				
					 1 changed files with 2 additions and 13 deletions
				
			
		|  | @ -75,7 +75,8 @@ | ||||||
|                                 "cmliblzma" |                                 "cmliblzma" | ||||||
|                                 ;; "cmlibuv" |                                 ;; "cmlibuv" | ||||||
|                                 "cmzlib")) |                                 "cmzlib")) | ||||||
|                     #t))))) |                     #t))) | ||||||
|  |               (patches (search-patches "cmake-curl-certificates.patch")))) | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:test-target "test" |      `(#:test-target "test" | ||||||
|  | @ -209,18 +210,6 @@ and workspaces that can be used in the compiler environment of your choice.") | ||||||
|     (outputs '("out" "doc")) |     (outputs '("out" "doc")) | ||||||
|     (properties (alist-delete 'hidden? (package-properties cmake-minimal))))) |     (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 | (define-public cmake-minimal-cross | ||||||
|   (package |   (package | ||||||
|     (inherit cmake-minimal) |     (inherit cmake-minimal) | ||||||
|  |  | ||||||
		Reference in a new issue