guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/40: gnu: ocaml-ppx-derivers: Add upstream-name.


From: guix-commits
Subject: 04/40: gnu: ocaml-ppx-derivers: Add upstream-name.
Date: Tue, 5 Feb 2019 16:34:52 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 51e52f47df65dacb5dba7bea7f0df28b5b5b031d
Author: Julien Lepiller <address@hidden>
Date:   Fri Feb 1 16:20:13 2019 +0100

    gnu: ocaml-ppx-derivers: Add upstream-name.
    
    * gnu/packages/ocaml.scm (ocaml-ppx-derivers)[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 2fd53b0..2aded62 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5096,6 +5096,7 @@ a more consistent API.")
     (build-system dune-build-system)
     (arguments
      '(#:tests? #f)) ;no tests
+    (properties `((upstream-name . "ppx_derivers")))
     (synopsis "Shared @code{@@deriving} plugin registry")
     (description
      "Ppx_derivers is a tiny package whose sole purpose is to allow



reply via email to

[Prev in Thread] Current Thread [Next in Thread]