unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 4edf67dd0dde9352fa6e2747624bac4bab3f2b47 809 bytes (raw)
name: gnu/packages/patches/rakudo.do-not-pull-files-via-git.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 
# Don't fetch nqp-configure from git (Guix supplies it as an input)
diff --git a/Configure.pl b/Configure.after.pl
index b315704..e4e3668 100755
--- a/Configure.pl
+++ b/Configure.after.pl
@@ -11,20 +11,6 @@ use Cwd;
 use FindBin;
 
 
-BEGIN {
-    # Download / Update submodules
-    my $set_config = !qx{git config rakudo.initialized};
-    if ( !-e '3rdparty/nqp-configure/LICENSE' ) {
-        my $code = system($^X, 'tools/build/update-submodules.pl', Cwd::cwd(), @ARGV);
-        exit 1 if $code;
-        $set_config = 1;
-    }
-    if ($set_config) {
-        system("git config submodule.recurse true");
-        system("git config rakudo.initialized 1");
-    }
-}
-
 use lib ( "$FindBin::Bin/tools/lib",
     "$FindBin::Bin/3rdparty/nqp-configure/lib" );
 use NQP::Config qw<system_or_die slurp>;

debug log:

solving 4edf67dd0d ...
found 4edf67dd0d in https://yhetil.org/guix-patches/2dfb67c93f7d2cfabf26c89298c7386d@codesections.com/

applying [1/1] https://yhetil.org/guix-patches/2dfb67c93f7d2cfabf26c89298c7386d@codesections.com/
diff --git a/gnu/packages/patches/rakudo.do-not-pull-files-via-git.patch b/gnu/packages/patches/rakudo.do-not-pull-files-via-git.patch
new file mode 100644
index 0000000000..4edf67dd0d

1:14: trailing whitespace.
 
1:15: trailing whitespace.
 
Checking patch gnu/packages/patches/rakudo.do-not-pull-files-via-git.patch...
Applied patch gnu/packages/patches/rakudo.do-not-pull-files-via-git.patch cleanly.
warning: 2 lines add whitespace errors.

index at:
100644 4edf67dd0dde9352fa6e2747624bac4bab3f2b47	gnu/packages/patches/rakudo.do-not-pull-files-via-git.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).