guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: git-interactive-rebase-tool: Fix build.


From: guix-commits
Subject: branch master updated: gnu: git-interactive-rebase-tool: Fix build.
Date: Sat, 22 Oct 2022 16:50:52 -0400

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1484e5f559 gnu: git-interactive-rebase-tool: Fix build.
1484e5f559 is described below

commit 1484e5f559c3206b479a99c189601d94c4096fa9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Oct 22 23:49:07 2022 +0300

    gnu: git-interactive-rebase-tool: Fix build.
    
    * gnu/packages/rust-apps.scm (git-interactive-rebase-tool)
    [native-inputs]: Add pkg-config.
    [inputs]: Add libgit2-1.3.
---
 gnu/packages/rust-apps.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 86d8fdfa69..76a95f01a3 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -825,8 +825,10 @@ touchscreen devices.")
         ("rust-rstest" ,rust-rstest-0.6)
         ("rust-serial-test" ,rust-serial-test-0.5)
         ("rust-tempfile" ,rust-tempfile-3))))
+    (native-inputs
+     (list pkg-config))
     (inputs
-     (list zlib))
+     (list libgit2-1.3 zlib))
     (home-page "https://gitrebasetool.mitmaro.ca/";)
     (synopsis "Terminal based sequence editor for git interactive rebase")
     (description



reply via email to

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