gnu: protobuf-2: Use gexp in arguments.
This fixes the breakage introduced when the protobuf package switched to using gexp's in the arguments. The package doesn't build, but at least the builder is now deterministic and valid Guile. * gnu/packages/protobuf.scm (protobuf-2)[arguments]: Adapt to use gexp's.
This commit is contained in:
		
							parent
							
								
									775134ebf5
								
							
						
					
					
						commit
						f73d9690ad
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -214,8 +214,8 @@ internal RPC protocols and file formats.") | |||
|                 "040rcs9fpv4bslhiy43v7dcrzakz4vwwpyqg4jp8bn24sl95ci7f")))) | ||||
|     (arguments (substitute-keyword-arguments (package-arguments protobuf) | ||||
|                  ((#:phases phases) | ||||
|                   `(modify-phases ,phases | ||||
|                      (delete 'disable-broken-tests))))))) | ||||
|                   #~(modify-phases #$phases | ||||
|                       (delete 'disable-broken-tests))))))) | ||||
| 
 | ||||
| (define-public protobuf-c | ||||
|   (package | ||||
|  |  | |||
		Reference in a new issue