gnu: lablgtk: Use a source file-name.

* gnu/packages/ocaml.scm (lablgtk)[source]: Add 'file-name'.
This commit is contained in:
Efraim Flashner 2019-12-04 10:23:16 +02:00
parent e21b668e52
commit bcda07797a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -759,6 +759,7 @@ (define-public lablgtk
(uri (git-reference
(url "https://github.com/garrigue/lablgtk")
(commit "lablgtk2188")))
(file-name (git-file-name name version))
(sha256
(base32
"0gpww8bkwi5cl68kc006970zvzwvq73h1mwrnd239apmwlxc1l8a"))))