diff options
author | Kyle Meyer <kyle@kyleam.com> | 2019-11-02 15:40:00 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2019-11-02 15:41:08 -0400 |
commit | 920baca88546bce93aacfed5511e6706b2dd7795 (patch) | |
tree | 256315711cc7a52ad06cc2c3e65678b09024ace3 /km-packages | |
parent | a5de3052c084c84e7cf8ab6230dd63f855d371b9 (diff) | |
download | guix-packages-920baca88546bce93aacfed5511e6706b2dd7795.tar.gz |
git-annex: Drop reference to now-deleted definition
This should have been done in the last commit.
Diffstat (limited to 'km-packages')
-rw-r--r-- | km-packages/git-annex.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/km-packages/git-annex.scm b/km-packages/git-annex.scm index 09de9da..d823054 100644 --- a/km-packages/git-annex.scm +++ b/km-packages/git-annex.scm @@ -62,7 +62,7 @@ newspace." #:recursive? #t #:select? (git-predicate %source-dir))) (arguments - `(,@(substitute-keyword-arguments (package-arguments km-git-annex) + `(,@(substitute-keyword-arguments (package-arguments git-annex) ((#:phases phases) `(modify-phases ,phases (add-before 'factor-setup 'delete-setup |