mirror of
				https://codeberg.org/hako/Rosenthal.git
				synced 2025-11-03 19:24:37 +00:00 
			
		
		
		
	rosenthal: Add qbittorrent-enhanced-edition-nox.
* rosenthal/packages/bittorrent.scm (qbittorrent-enhanced-edition-nox): New variable.
This commit is contained in:
		
							parent
							
								
									771fd649a3
								
							
						
					
					
						commit
						dd0b4c69d1
					
				@ -51,3 +51,17 @@ the following features:
 | 
			
		||||
@item Auto Ban BitTorrent Media Player Peer Option (Default: OFF)
 | 
			
		||||
@item Peer whitelist/blacklist
 | 
			
		||||
@end itemize\n"))))
 | 
			
		||||
 | 
			
		||||
(define-public qbittorrent-enhanced-edition-nox
 | 
			
		||||
  (let ((base qbittorrent-enhanced-edition))
 | 
			
		||||
    (package
 | 
			
		||||
      (inherit base)
 | 
			
		||||
      (name "qbittorrent-enhanced-edition-nox")
 | 
			
		||||
      (arguments
 | 
			
		||||
       (substitute-keyword-arguments (package-arguments base)
 | 
			
		||||
         ((#:configure-flags configure-flags)
 | 
			
		||||
          #~(append #$configure-flags
 | 
			
		||||
                    (list "-DGUI=OFF")))))
 | 
			
		||||
      (inputs
 | 
			
		||||
       (modify-inputs (package-inputs base)
 | 
			
		||||
         (delete "qtsvg-5"))))))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user