gnu: clang@14: Include the extras.
* gnu/packages/llvm.scm (clang-14): Add a matching #:tools-extra origin. Reported by foobarxyz on #guix.
This commit is contained in:
		
							parent
							
								
									a8a3d31dec
								
							
						
					
					
						commit
						7730b45bf8
					
				
					 2 changed files with 13 additions and 4 deletions
				
			
		| 
						 | 
					@ -627,7 +627,16 @@ of programming tools as well as libraries with equivalent functionality.")
 | 
				
			||||||
         ,@(package-native-inputs template))))))
 | 
					         ,@(package-native-inputs template))))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public clang-14
 | 
					(define-public clang-14
 | 
				
			||||||
  (let ((template (clang-from-llvm llvm-14 clang-runtime-14)))
 | 
					  (let ((template
 | 
				
			||||||
 | 
					         (clang-from-llvm llvm-14 clang-runtime-14
 | 
				
			||||||
 | 
					                          #:tools-extra
 | 
				
			||||||
 | 
					                          (origin
 | 
				
			||||||
 | 
					                            (method url-fetch)
 | 
				
			||||||
 | 
					                            (uri (llvm-uri "clang-tools-extra"
 | 
				
			||||||
 | 
					                                           (package-version llvm-14)))
 | 
				
			||||||
 | 
					                            (sha256
 | 
				
			||||||
 | 
					                             (base32
 | 
				
			||||||
 | 
					                              "188hh6l956gkl6hgjzzdraj5jp538zhhhllxvy23gml6slrmbj7j"))))))
 | 
				
			||||||
    (package
 | 
					    (package
 | 
				
			||||||
      (inherit template)
 | 
					      (inherit template)
 | 
				
			||||||
      (arguments
 | 
					      (arguments
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
;;; GNU Guix --- Functional package management for GNU
 | 
					;;; GNU Guix --- Functional package management for GNU
 | 
				
			||||||
;;; Copyright © 2014, 2018 Eric Bavier <bavier@member.fsf.org>
 | 
					;;; Copyright © 2014, 2018 Eric Bavier <bavier@member.fsf.org>
 | 
				
			||||||
;;; Copyright © 2015, 2018 Leo Famulari <leo@famulari.name>
 | 
					;;; Copyright © 2015, 2018 Leo Famulari <leo@famulari.name>
 | 
				
			||||||
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
					;;; Copyright © 2018–2022 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
				
			||||||
;;; Copyright © 2019 Christopher Baines <mail@cbaines.net>
 | 
					;;; Copyright © 2019 Christopher Baines <mail@cbaines.net>
 | 
				
			||||||
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
 | 
					;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -158,7 +158,7 @@ refreshed, and more.")
 | 
				
			||||||
(define-public colordiff
 | 
					(define-public colordiff
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "colordiff")
 | 
					    (name "colordiff")
 | 
				
			||||||
    (version "1.0.19")
 | 
					    (version "1.0.20")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method url-fetch)
 | 
					        (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -167,7 +167,7 @@ refreshed, and more.")
 | 
				
			||||||
                   (string-append "http://www.colordiff.org/archive/colordiff-"
 | 
					                   (string-append "http://www.colordiff.org/archive/colordiff-"
 | 
				
			||||||
                                  version ".tar.gz")))
 | 
					                                  version ".tar.gz")))
 | 
				
			||||||
      (sha256
 | 
					      (sha256
 | 
				
			||||||
       (base32 "069vzzgs7b44bmfh3ks2psrdb26s1w19gp9w4xxbgi7nhx6w3s26"))))
 | 
					       (base32 "1kbv3lsyzzrwca4v3ajpnv8q5j0h53r94lxiqgmikxmrxrxh3cp3"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f                      ; no tests
 | 
					     `(#:tests? #f                      ; no tests
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue