guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: git-minimal: Do not attempt to install


From: guix-commits
Subject: branch core-updates updated: gnu: git-minimal: Do not attempt to install info manual.
Date: Thu, 21 Jul 2022 20:45:29 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new 5d970dfa89 gnu: git-minimal: Do not attempt to install info manual.
5d970dfa89 is described below

commit 5d970dfa89703d9ee90c24d3757b02bf3355b0df
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 22 02:32:45 2022 +0200

    gnu: git-minimal: Do not attempt to install info manual.
    
    This is a follow-up to commit 245ddc255a51c576ddad8fab6222cde1c3da21ab.
    
    * gnu/packages/version-control.scm (git-minimal)[arguments]: Remove
    install-info-manual phase.
---
 gnu/packages/version-control.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index d2a9acba91..d18a355187 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -611,6 +611,7 @@ everything from small to very large projects with speed and 
efficiency.")
            (delete 'build-subtree)
            (delete 'split)
            (delete 'install-man-pages)
+           (delete 'install-info-manual)
            (delete 'install-subtree)
            (delete 'install-credential-netrc)
            (delete 'install-credential-libsecret)



reply via email to

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