gnu: sane-backends: Disable backend generation.
* gnu/packages/scanner.scm (sane-backends)[arguments]: Add a phase to disable the compilation of backends. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									9b1d77f6d4
								
							
						
					
					
						commit
						33a14e29f9
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -47,6 +47,10 @@ | |||
|      `(#:tests? #f | ||||
|        #:phases | ||||
|        (modify-phases %standard-phases | ||||
|          (add-before 'configure 'disable-backends | ||||
|            (lambda _ | ||||
|              (setenv "BACKENDS" " ") | ||||
|              #t)) | ||||
|          (add-after | ||||
|           'install 'install-udev-rules | ||||
|           (lambda* (#:key outputs #:allow-other-keys) | ||||
|  |  | |||
		Reference in a new issue