gnu: libidl: Set upstream name.

* gnu/packages/gnome.scm (libidl)[properties]: New field.
This commit is contained in:
Efraim Flashner 2019-12-17 09:36:31 +02:00
parent fb9399e93f
commit ef2c55bbcf
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1799,6 +1799,7 @@ (define-public libidl
portable interfaces. libidl was initially written for orbit (the orb from the
GNOME project, and the primary means of libidl distribution). However, the
functionality was designed to be as reusable and portable as possible.")
(properties `((upstream-name . "libIDL")))
(license license:lgpl2.0+)))