gnu: opensc: Switch to new package style.
* gnu/packages/security-token.scm (opensc)[arguments]: Use g-exps. Change-Id: I3e59323deb804ba98669d51771ccfa05a92723e3 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
		
							parent
							
								
									26f46cfd2a
								
							
						
					
					
						commit
						e121ecccdc
					
				
					 1 changed files with 13 additions and 14 deletions
				
			
		| 
						 | 
					@ -366,20 +366,19 @@ website for more information about Yubico and the YubiKey.")
 | 
				
			||||||
                "0yxk97aj29pybvya6r9ix9xh00hdzcfrc2lcns4vb3kwpplamjr3"))))
 | 
					                "0yxk97aj29pybvya6r9ix9xh00hdzcfrc2lcns4vb3kwpplamjr3"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     (list
 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					      #:phases
 | 
				
			||||||
 | 
					      #~(modify-phases %standard-phases
 | 
				
			||||||
          ;; By setting an absolute path here, we arrange for OpenSC to
 | 
					          ;; By setting an absolute path here, we arrange for OpenSC to
 | 
				
			||||||
          ;; successfully dlopen libpcsclite.so.1 by default.  The user can
 | 
					          ;; successfully dlopen libpcsclite.so.1 by default.  The user can
 | 
				
			||||||
          ;; still override this if they want to, by specifying a custom OpenSC
 | 
					          ;; still override this if they want to, by specifying a custom OpenSC
 | 
				
			||||||
          ;; configuration file at runtime.
 | 
					          ;; configuration file at runtime.
 | 
				
			||||||
          (add-after 'unpack 'set-default-libpcsclite.so.1-path
 | 
					          (add-after 'unpack 'set-default-libpcsclite.so.1-path
 | 
				
			||||||
            (lambda* (#:key inputs #:allow-other-keys)
 | 
					            (lambda* (#:key inputs #:allow-other-keys)
 | 
				
			||||||
             (let ((libpcsclite (search-input-file inputs
 | 
					              (let ((libpcsclite (search-input-file inputs "/lib/libpcsclite.so.1")))
 | 
				
			||||||
                                                   "/lib/libpcsclite.so.1")))
 | 
					 | 
				
			||||||
                (substitute* "configure"
 | 
					                (substitute* "configure"
 | 
				
			||||||
                  (("DEFAULT_PCSC_PROVIDER=\"libpcsclite\\.so\\.1\"")
 | 
					                  (("DEFAULT_PCSC_PROVIDER=\"libpcsclite\\.so\\.1\"")
 | 
				
			||||||
                  (string-append
 | 
					                   (string-append "DEFAULT_PCSC_PROVIDER=\"" libpcsclite "\"")))))))))
 | 
				
			||||||
                   "DEFAULT_PCSC_PROVIDER=\"" libpcsclite "\"")))))))))
 | 
					 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (list readline openssl-1.1 pcsc-lite ccid))
 | 
					     (list readline openssl-1.1 pcsc-lite ccid))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue