mirror of
				https://codeberg.org/hako/Rosenthal.git
				synced 2025-11-04 11:44:48 +00:00 
			
		
		
		
	rosenthal: qbittorrent-enhanced-edition-nox: Fix build issue.
* rosenthal/packages/bittorrent.scm (qbittorrent-enhanced-edition-nox) [arguments]<#:phases>: Delete `wrap-qt` phase.
This commit is contained in:
		
							parent
							
								
									5f28176ab8
								
							
						
					
					
						commit
						5478467f96
					
				@ -48,7 +48,10 @@ the following features:
 | 
			
		||||
       (substitute-keyword-arguments (package-arguments base)
 | 
			
		||||
         ((#:configure-flags configure-flags)
 | 
			
		||||
          #~(append #$configure-flags
 | 
			
		||||
                    (list "--disable-gui")))))
 | 
			
		||||
                    (list "--disable-gui")))
 | 
			
		||||
         ((#:phases phases)
 | 
			
		||||
          #~(modify-phases #$phases
 | 
			
		||||
              (delete 'wrap-qt)))))
 | 
			
		||||
      (inputs
 | 
			
		||||
       (modify-inputs (package-inputs base)
 | 
			
		||||
         (delete "qtsvg-5"))))))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user