diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-12-17 09:36:31 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-12-17 09:37:34 +0200 |
commit | ef2c55bbcfc6660e5e6e4a3550c1968e88dd02ed (patch) | |
tree | 725379e43d1f9f9ce88e9c5e0d74187ce19021ca /gnu/packages/gnome.scm | |
parent | fb9399e93f30b4ec302941f651dce9d3ed1d1056 (diff) |
gnu: libidl: Set upstream name.
* gnu/packages/gnome.scm (libidl)[properties]: New field.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5371bcaa576..ea4fe956585 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1799,6 +1799,7 @@ Definition Language (idl) files, which is a specification for defining 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+))) |