guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: ocaml-dose3: Shorten patch file name.


From: guix-commits
Subject: 05/06: gnu: ocaml-dose3: Shorten patch file name.
Date: Fri, 19 Apr 2019 11:48:40 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 30a6cd7cd0c458a05f0e38bbd7477785542ccc69
Author: Ludovic Courtès <address@hidden>
Date:   Fri Apr 19 16:58:52 2019 +0200

    gnu: ocaml-dose3: Shorten patch file name.
    
    This file name was too long for 'tar', as reported by 'guix lint'.
    
    * 
gnu/packages/patches/ocaml-dose3-Add-unix-as-dependency-to-dose3.common-in-META.in.patch:
    Rename to...
    * gnu/packages/patches/ocaml-dose3-add-unix-dependency.patch: ... this.
    * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
    * gnu/packages/ocaml.scm (ocaml-dose3)[source]: Adjust accordingly.
---
 gnu/local.mk                                                            | 2 +-
 gnu/packages/ocaml.scm                                                  | 2 +-
 ...e3.common-in-META.in.patch => ocaml-dose3-add-unix-dependency.patch} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 41924a7..974a087 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1106,7 +1106,7 @@ dist_patch_DATA =                                         
\
   %D%/packages/patches/ocaml-CVE-2015-8869.patch               \
   %D%/packages/patches/ocaml-Add-a-.file-directive.patch       \
   %D%/packages/patches/ocaml-enable-ocamldoc-reproducibility.patch     \
-  
%D%/packages/patches/ocaml-dose3-Add-unix-as-dependency-to-dose3.common-in-META.in.patch
     \
+  %D%/packages/patches/ocaml-dose3-add-unix-dependency.patch   \
   %D%/packages/patches/ocaml-dose3-Fix-for-ocaml-4.06.patch    \
   %D%/packages/patches/ocaml-dose3-dont-make-printconf.patch   \
   %D%/packages/patches/ocaml-dose3-Install-mli-cmx-etc.patch   \
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 6bb15dc..7b75c6b 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -405,7 +405,7 @@ underlying solvers like Cplex, Gurobi, Lpsolver, Glpk, CbC, 
SCIP or WBO.")
                 "00yvyfm4j423zqndvgc1ycnmiffaa2l9ab40cyg23pf51qmzk2jm"))
               (patches
                (search-patches
-                
"ocaml-dose3-Add-unix-as-dependency-to-dose3.common-in-META.in.patch"
+                "ocaml-dose3-add-unix-dependency.patch"
                 "ocaml-dose3-Fix-for-ocaml-4.06.patch"
                 "ocaml-dose3-dont-make-printconf.patch"
                 "ocaml-dose3-Install-mli-cmx-etc.patch"))))
diff --git 
a/gnu/packages/patches/ocaml-dose3-Add-unix-as-dependency-to-dose3.common-in-META.in.patch
 b/gnu/packages/patches/ocaml-dose3-add-unix-dependency.patch
similarity index 100%
rename from 
gnu/packages/patches/ocaml-dose3-Add-unix-as-dependency-to-dose3.common-in-META.in.patch
rename to gnu/packages/patches/ocaml-dose3-add-unix-dependency.patch



reply via email to

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