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 @@ (define-public lablgtk3
|
|||
(lambda _
|
||||
(for-each (lambda (file)
|
||||
(chmod file #o644))
|
||||
(find-files "." "."))
|
||||
#t)))))
|
||||
(find-files "." "."))))
|
||||
(add-before 'build 'set-version
|
||||
(lambda _
|
||||
(substitute* "dune-project"
|
||||
(("\\(name lablgtk3\\)")
|
||||
(string-append "(name lablgtk3)\n(version " ,version ")"))))))))
|
||||
(propagated-inputs
|
||||
`(("ocaml-cairo2" ,ocaml-cairo2)))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue