diff options
| author | Evgenii Lepikhin <e.lepikhin@corp.mail.ru> | 2021-05-29 00:26:04 +0300 |
|---|---|---|
| committer | Evgenii Lepikhin <e.lepikhin@corp.mail.ru> | 2021-05-29 00:26:04 +0300 |
| commit | 109cdded15b3b0279707aeabe0f5ad1c560b2b43 (patch) | |
| tree | 9f3c45a7f919b78fd9296df2adcd146238bc20a6 | |
| parent | fix: Typo (diff) | |
| download | johnlepikhin-guix-channel-109cdded15b3b0279707aeabe0f5ad1c560b2b43.tar.gz | |
fix: git-sync requires git at runtime
| -rw-r--r-- | johnlepikhin/packages/git-sync.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/johnlepikhin/packages/git-sync.scm b/johnlepikhin/packages/git-sync.scm index d685b58..87500eb 100644 --- a/johnlepikhin/packages/git-sync.scm +++ b/johnlepikhin/packages/git-sync.scm @@ -25,5 +25,5 @@ (description "This scrips intends to sync near-automatically via git in \"tracking\" repositories where a nice history is not as crucial as having one.") (home-page "https://github.com/simonthum/git-sync/") - (inputs `(("git" ,git))) + (propagated-inputs `(("git" ,git))) (license cc0))) |
