gnu: ccid: Fix cross-compilation.
* gnu/packages/security-token.scm (ccid)[native-inputs]: Move pcsc-lite back to... [inputs]: ...here. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									7dd1a2174a
								
							
						
					
					
						commit
						b7f47d243b
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -87,11 +87,11 @@
 | 
			
		|||
               (("/bin/echo") (which "echo")))
 | 
			
		||||
             #t)))))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("pcsc-lite" ,pcsc-lite)         ; only required for headers
 | 
			
		||||
       ("perl" ,perl)
 | 
			
		||||
     `(("perl" ,perl)
 | 
			
		||||
       ("pkg-config" ,pkg-config)))
 | 
			
		||||
    (inputs
 | 
			
		||||
     `(("libusb" ,libusb)))
 | 
			
		||||
     `(("libusb" ,libusb)
 | 
			
		||||
       ("pcsc-lite" ,pcsc-lite)))
 | 
			
		||||
    (home-page "https://ccid.apdu.fr/")
 | 
			
		||||
    (synopsis "PC/SC driver for USB smart card devices")
 | 
			
		||||
    (description
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue