From ef2c55bbcfc6660e5e6e4a3550c1968e88dd02ed Mon Sep 17 00:00:00 2001
From: Efraim Flashner <efraim@flashner.co.il>
Date: Tue, 17 Dec 2019 09:36:31 +0200
Subject: [PATCH] gnu: libidl: Set upstream name.

* gnu/packages/gnome.scm (libidl)[properties]: New field.
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

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 @@ (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+)))
 
 
-- 
GitLab