gnu: ocaml-frontc: Fix reference to output.
* gnu/packages/ocaml.scm (ocaml-frontc)[arguments]<#:make-flags>: Use #$output. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
		
							parent
							
								
									ce8c675a18
								
							
						
					
					
						commit
						463deeefdc
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		|  | @ -1498,9 +1498,8 @@ archive(byte) = \"frontc.cma\" | |||
| archive(native) = \"frontc.cmxa\"")))) | ||||
|                (symlink (string-append out "/lib/ocaml/frontc") | ||||
|                         (string-append out "/lib/ocaml/FrontC")))))) | ||||
|        #:make-flags (list (string-append "PREFIX=" | ||||
|                                          (assoc-ref %outputs "out")) | ||||
|                           "OCAML_SITE=$(LIB_DIR)/ocaml/"))) | ||||
|        #:make-flags ,#~(list (string-append "PREFIX=" #$output) | ||||
|                              "OCAML_SITE=$(LIB_DIR)/ocaml/"))) | ||||
|     (properties `((upstream-name . "FrontC"))) | ||||
|     (home-page "https://www.irit.fr/FrontC") | ||||
|     (synopsis "C parser and lexer library") | ||||
|  |  | |||
		Reference in a new issue