mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
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.
This commit is contained in:
parent
0aa4140f02
commit
1484e5f559
1 changed files with 3 additions and 1 deletions
|
@ -825,8 +825,10 @@ (define-public git-interactive-rebase-tool
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue