gnu: kpmcore: Update to 23.04.3.
* gnu/packages/kde.scm (kpmcore): Update to 23.04.3. [arguments]: enable tests. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
		
							parent
							
								
									dc341648d4
								
							
						
					
					
						commit
						bf8c943bbb
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		| 
						 | 
					@ -829,7 +829,7 @@ multi-floor indoor maps.")
 | 
				
			||||||
(define-public kpmcore
 | 
					(define-public kpmcore
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "kpmcore")
 | 
					    (name "kpmcore")
 | 
				
			||||||
    (version "22.08.1")
 | 
					    (version "23.04.3")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -837,7 +837,7 @@ multi-floor indoor maps.")
 | 
				
			||||||
                    "/src/" name "-" version ".tar.xz"))
 | 
					                    "/src/" name "-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1y28dnmbnkkjar4kl033fkmcnazgczc3pgdac2q1ry2hjzkcbnpa"))))
 | 
					                "0cz0pz84sxa7lvkq8v25775z7x7g6pz9sq7c90pfv8h9qsz8q1l9"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list extra-cmake-modules pkg-config))
 | 
					     (list extra-cmake-modules pkg-config))
 | 
				
			||||||
| 
						 | 
					@ -851,8 +851,7 @@ multi-floor indoor maps.")
 | 
				
			||||||
           qca
 | 
					           qca
 | 
				
			||||||
           `(,util-linux "lib")))
 | 
					           `(,util-linux "lib")))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f ;; 4/6 tests fail do to no plugin instance
 | 
					     `(#:phases
 | 
				
			||||||
	   #:phases
 | 
					 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					       (modify-phases %standard-phases
 | 
				
			||||||
         (add-after 'unpack 'fix-cmake-install-directories
 | 
					         (add-after 'unpack 'fix-cmake-install-directories
 | 
				
			||||||
           (lambda _
 | 
					           (lambda _
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue