guix-commits
[Top][All Lists]
Advanced

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

11/14: gnu: ocaml-ppx-tools: Add upstream-name.


From: guix-commits
Subject: 11/14: gnu: ocaml-ppx-tools: Add upstream-name.
Date: Fri, 26 Apr 2019 17:35:58 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit d4857001a18c23d17f7b1971eb8898fe7be22583
Author: Julien Lepiller <address@hidden>
Date:   Fri Apr 26 23:14:40 2019 +0200

    gnu: ocaml-ppx-tools: Add upstream-name.
    
    * gnu/packages/ocaml.scm (ocaml-ppx-tools)[properties]: New field.
---
 gnu/packages/ocaml.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 2a9c343..a16ccc5 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1751,6 +1751,7 @@ simple (yet expressive) query language to select the 
tests to run.")
     (arguments
      `(#:phases (modify-phases %standard-phases (delete 'configure))
        #:tests? #f))
+    (properties `((upstream-name . "ppx_tools")))
     (home-page "https://github.com/alainfrisch/ppx_tools";)
     (synopsis "Tools for authors of ppx rewriters and other syntactic tools")
     (description "Tools for authors of ppx rewriters and other syntactic 
tools.")



reply via email to

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