guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: linkchecker: Shorten patch file name.


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

civodul pushed a commit to branch master
in repository guix.

commit 60ecacdeaae83164d0e876d81c4891d6a973fac0
Author: Ludovic Courtès <address@hidden>
Date:   Fri Apr 19 17:02:28 2019 +0200

    gnu: linkchecker: Shorten patch file name.
    
    This file name was too long for 'tar', as reported by 'guix lint'.
    
    * 
gnu/packages/patches/linkchecker-mark-more-tests-that-require-the-network.patch:
    Rename to...
    * gnu/packages/patches/linkchecker-tests-require-network.patch: ... this.
    * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
    * gnu/packages/web.scm (linkchecker)[source]: Likewise.
---
 gnu/local.mk                                                           | 2 +-
 ...quire-the-network.patch => linkchecker-tests-require-network.patch} | 0
 gnu/packages/web.scm                                                   | 3 +--
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 974a087..04d11cf 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1031,7 +1031,7 @@ dist_patch_DATA =                                         
\
   %D%/packages/patches/lierolibre-newer-libconfig.patch                \
   %D%/packages/patches/lierolibre-remove-arch-warning.patch    \
   %D%/packages/patches/lierolibre-try-building-other-arch.patch        \
-  
%D%/packages/patches/linkchecker-mark-more-tests-that-require-the-network.patch 
     \
+  %D%/packages/patches/linkchecker-tests-require-network.patch \
   %D%/packages/patches/linux-pam-no-setfsuid.patch             \
   %D%/packages/patches/lirc-localstatedir.patch                        \
   %D%/packages/patches/lirc-reproducible-build.patch           \
diff --git 
a/gnu/packages/patches/linkchecker-mark-more-tests-that-require-the-network.patch
 b/gnu/packages/patches/linkchecker-tests-require-network.patch
similarity index 100%
rename from 
gnu/packages/patches/linkchecker-mark-more-tests-that-require-the-network.patch
rename to gnu/packages/patches/linkchecker-tests-require-network.patch
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index fd6bfba..7d8e51b 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5435,8 +5435,7 @@ Instagram and YouTube.")
              (url "https://github.com/linkchecker/linkchecker";)
              (commit (string-append "v" version))))
        (patches
-        (search-patches
-         "linkchecker-mark-more-tests-that-require-the-network.patch"))
+        (search-patches "linkchecker-tests-require-network.patch"))
        (file-name (git-file-name name version))
        (sha256
         (base32



reply via email to

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