gnu: lablgtk3: Install with version information.
This is required so recent versions of coq can check version requirements. * gnu/packages/ocaml.scm (lablgtk3)[arguments]: Ensure version is added to the META file.
This commit is contained in:
		
							parent
							
								
									96707d5a30
								
							
						
					
					
						commit
						3589c17556
					
				
					 1 changed files with 6 additions and 2 deletions
				
			
		|  | @ -6902,8 +6902,12 @@ support for Mparser."))) | ||||||
|            (lambda _ |            (lambda _ | ||||||
|              (for-each (lambda (file) |              (for-each (lambda (file) | ||||||
|                          (chmod file #o644)) |                          (chmod file #o644)) | ||||||
|                        (find-files "." ".")) |                        (find-files "." ".")))) | ||||||
|              #t))))) |          (add-before 'build 'set-version | ||||||
|  |            (lambda _ | ||||||
|  |              (substitute* "dune-project" | ||||||
|  |                (("\\(name lablgtk3\\)") | ||||||
|  |                 (string-append "(name lablgtk3)\n(version " ,version ")")))))))) | ||||||
|     (propagated-inputs |     (propagated-inputs | ||||||
|      `(("ocaml-cairo2" ,ocaml-cairo2))) |      `(("ocaml-cairo2" ,ocaml-cairo2))) | ||||||
|     (inputs |     (inputs | ||||||
|  |  | ||||||
		Reference in a new issue