gnu: libsigrokdecode: Update phase style.
* gnu/packages/electronics.scm (libsigrokdecode)[arguments]: Use INVOKE and end all phases with an explicit #t.
This commit is contained in:
		
							parent
							
								
									bf660f726a
								
							
						
					
					
						commit
						7aa6e29d0c
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -75,7 +75,8 @@ to take care of the OS-specific details when writing software that uses serial p | |||
|        (modify-phases %standard-phases | ||||
|          (add-after 'build 'build-doc | ||||
|            (lambda _ | ||||
|              (zero? (system* "doxygen")))) | ||||
|              (invoke "doxygen") | ||||
|              #t)) | ||||
|          (add-after 'install 'install-doc | ||||
|            (lambda* (#:key outputs #:allow-other-keys) | ||||
|              (copy-recursively "doxy/html-api" | ||||
|  |  | |||
		Reference in a new issue