gnu: lxqt-about: Make it more reproducible.
* gnu/packages/lxqt.scm (lxqt-about)[arguments]<#:phases>[setenv]: New phase.
This commit is contained in:
		
							parent
							
								
									50bc1d0125
								
							
						
					
					
						commit
						625697ea60
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -288,6 +288,10 @@ and memory usage or network traffic.")
 | 
			
		|||
     '(#:tests? #f                      ; no tests
 | 
			
		||||
       #:phases
 | 
			
		||||
       (modify-phases %standard-phases
 | 
			
		||||
         (add-before 'build 'setenv
 | 
			
		||||
           (lambda _
 | 
			
		||||
             (setenv "QT_RCC_SOURCE_DATE_OVERRIDE" "1")
 | 
			
		||||
             #t))
 | 
			
		||||
         (add-after 'unpack 'patch-translations-dir
 | 
			
		||||
           (lambda* (#:key outputs #:allow-other-keys)
 | 
			
		||||
             (substitute* "CMakeLists.txt"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue