gnu: paperkey: Use 'modify-phases'.
* gnu/packages/gnupg.scm (paperkey)[arguments]: Use 'modify-phases'.
This commit is contained in:
		
							parent
							
								
									7ac534037b
								
							
						
					
					
						commit
						e379d85c6c
					
				
					 1 changed files with 7 additions and 7 deletions
				
			
		|  | @ -668,13 +668,13 @@ passphrase when @code{gpg} or @code{gpg2} is run and needs it."))) | |||
|     (build-system gnu-build-system) | ||||
|     (arguments | ||||
|      `(#:phases | ||||
|        (alist-cons-before | ||||
|         'check 'patch-check-scripts | ||||
|         (lambda _ | ||||
|           (substitute* '("checks/roundtrip.sh" | ||||
|                          "checks/roundtrip-raw.sh") | ||||
|             (("/bin/echo") "echo"))) | ||||
|         %standard-phases))) | ||||
|        (modify-phases %standard-phases | ||||
|          (add-before 'check 'patch-check-scripts | ||||
|            (lambda _ | ||||
|              (substitute* '("checks/roundtrip.sh" | ||||
|                             "checks/roundtrip-raw.sh") | ||||
|                (("/bin/echo") "echo")) | ||||
|              #t))))) | ||||
|     (home-page "http://www.jabberwocky.com/software/paperkey/") | ||||
|     (synopsis "Backup OpenPGP keys to paper") | ||||
|     (description | ||||
|  |  | |||
		Reference in a new issue