guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: rust: Shorten patch file name.


From: guix-commits
Subject: 02/03: gnu: rust: Shorten patch file name.
Date: Thu, 29 Nov 2018 08:14:38 -0500 (EST)

civodul pushed a commit to branch core-updates
in repository guix.

commit f2c99fe52b73bfe81acad825214de952234f82bc
Author: Ludovic Courtès <address@hidden>
Date:   Thu Nov 29 13:14:22 2018 +0100

    gnu: rust: Shorten patch file name.
    
    This file name was too long to fit in a tar archive.
    
    * 
gnu/packages/patches/rust-mdbook-support-reproducible-builds-by-forcing-window.search.patch:
    Rename to...
    * gnu/packages/patches/rust-reproducible-builds.patch: ... this.
    * gnu/packages/rust.scm (rust-1.27, rust): Adjust accordingly.
    * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
---
 gnu/local.mk                                                          | 2 +-
 ...-by-forcing-window.search.patch => rust-reproducible-builds.patch} | 0
 gnu/packages/rust.scm                                                 | 4 ++--
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 250c773..32b5614 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1141,7 +1141,7 @@ dist_patch_DATA =                                         
\
   %D%/packages/patches/rust-1.25-accept-more-detailed-gdb-lines.patch \
   %D%/packages/patches/rust-bootstrap-stage0-test.patch                \
   %D%/packages/patches/rust-coresimd-doctest.patch             \
-  
%D%/packages/patches/rust-mdbook-support-reproducible-builds-by-forcing-window.search.patch
 \
+  %D%/packages/patches/rust-reproducible-builds.patch           \
   %D%/packages/patches/rxvt-unicode-escape-sequences.patch     \
   %D%/packages/patches/scheme48-tests.patch                    \
   %D%/packages/patches/scotch-test-threading.patch             \
diff --git 
a/gnu/packages/patches/rust-mdbook-support-reproducible-builds-by-forcing-window.search.patch
 b/gnu/packages/patches/rust-reproducible-builds.patch
similarity index 100%
rename from 
gnu/packages/patches/rust-mdbook-support-reproducible-builds-by-forcing-window.search.patch
rename to gnu/packages/patches/rust-reproducible-builds.patch
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 8618c37..1d9e629 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -713,7 +713,7 @@ jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\"
                                     '("rust-coresimd-doctest.patch"
                                       "rust-bootstrap-stage0-test.patch"
                                       
"rust-1.25-accept-more-detailed-gdb-lines.patch"
-                                      
"rust-mdbook-support-reproducible-builds-by-forcing-window.search.patch"))))
+                                      "rust-reproducible-builds.patch"))))
     (package
       (inherit base-rust)
       (arguments
@@ -742,7 +742,7 @@ jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\"
                                     '("rust-coresimd-doctest.patch"
                                       "rust-bootstrap-stage0-test.patch"
                                       
"rust-1.25-accept-more-detailed-gdb-lines.patch"
-                                      
"rust-mdbook-support-reproducible-builds-by-forcing-window.search.patch"))))
+                                      "rust-reproducible-builds.patch"))))
     (package
       (inherit base-rust)
       (inputs



reply via email to

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