From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZw8c-0006q3-EK for guix-patches@gnu.org; Thu, 20 Dec 2018 06:05:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZw8Z-0006OG-V6 for guix-patches@gnu.org; Thu, 20 Dec 2018 06:05:10 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51257) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gZw8Z-0006Ni-C3 for guix-patches@gnu.org; Thu, 20 Dec 2018 06:05:07 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gZw8Z-0004Gw-4B for guix-patches@gnu.org; Thu, 20 Dec 2018 06:05:07 -0500 Subject: [bug#33811] [PATCH 4/5] gnu: ocaml-graph: Add upstream-name. Resent-Message-ID: From: Julien Lepiller Date: Thu, 20 Dec 2018 12:01:02 +0100 Message-Id: <20181220110103.4219-4-julien@lepiller.eu> In-Reply-To: <20181220110103.4219-1-julien@lepiller.eu> References: <20181220110103.4219-1-julien@lepiller.eu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33811@debbugs.gnu.org * gnu/packages/ocaml.scm (ocaml-graph)[properties]: Add upstream-name. --- gnu/packages/ocaml.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 503e42297..a0d2eac95 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -4134,6 +4134,7 @@ and 4 (random based) according to RFC 4122.") (setenv "CONFIG_SHELL" (string-append (assoc-ref inputs "bash") "/bin/sh"))))))) (inputs `(("lablgtk" ,lablgtk))) + (properties `((upstream-name . "ocamlgraph"))) (home-page "http://ocamlgraph.lri.fr/") (synopsis "Graph library for OCaml") (description "OCamlgraph is a generic graph library for OCaml.") -- 2.19.2