gnu: di: Update to 4.51.
* gnu/packages/admin.scm (di): Update to 4.51. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
		
							parent
							
								
									a7e7385202
								
							
						
					
					
						commit
						3b7619b244
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		| 
						 | 
					@ -3205,13 +3205,13 @@ a new command using the matched rule, and runs it.")
 | 
				
			||||||
(define-public di
 | 
					(define-public di
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "di")
 | 
					    (name "di")
 | 
				
			||||||
    (version "4.50")
 | 
					    (version "4.51")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "mirror://sourceforge/diskinfo-di/di-" version ".tar.gz"))
 | 
					       (uri (string-append "mirror://sourceforge/diskinfo-di/di-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0aj9ldkvmj8fmrk685vd2gagz0q8lwsn2nfbx6r6mza94mn8pw42"))))
 | 
					        (base32 "1fv12j9b9sw6p38lcbzcw87zl5qp1aa7a4a4jn3449zz9af15ckr"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f                      ; obscure test failures
 | 
					     `(#:tests? #f                      ; obscure test failures
 | 
				
			||||||
| 
						 | 
					@ -3221,8 +3221,7 @@ a new command using the matched rule, and runs it.")
 | 
				
			||||||
         (add-before 'build 'setup-environment
 | 
					         (add-before 'build 'setup-environment
 | 
				
			||||||
           (lambda* (#:key outputs #:allow-other-keys)
 | 
					           (lambda* (#:key outputs #:allow-other-keys)
 | 
				
			||||||
             (setenv "CC" ,(cc-for-target))
 | 
					             (setenv "CC" ,(cc-for-target))
 | 
				
			||||||
             (setenv "prefix" (assoc-ref outputs "out"))
 | 
					             (setenv "prefix" (assoc-ref outputs "out")))))
 | 
				
			||||||
             #t)))
 | 
					 | 
				
			||||||
       #:make-flags (list "--environment-overrides")))
 | 
					       #:make-flags (list "--environment-overrides")))
 | 
				
			||||||
    (home-page "https://gentoo.com/di/")
 | 
					    (home-page "https://gentoo.com/di/")
 | 
				
			||||||
    (synopsis "Advanced df like disk information utility")
 | 
					    (synopsis "Advanced df like disk information utility")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue