File tree 1 file changed +15
-5
lines changed
1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
(:name swiper
2
2
:description "Gives you an overview as you search for a regex."
3
3
:type github
4
- :depends (cl-lib avy)
4
+ :depends (cl-lib avy hydra )
5
5
:pkgname "abo-abo/swiper"
6
- :build `(("make" ,(format "emacs=%s -L %s" el-get-emacs (concat (file-name-as-directory el-get-dir) "avy")) "compile")
7
- ("makeinfo" "-o" "doc/ivy.info" "doc/ivy.texi"))
8
- :build/berkeley-unix `(("gmake" ,(format "emacs=%s -L %s" el-get-emacs (concat (file-name-as-directory el-get-dir) "avy")) "compile")
9
- ("gmakeinfo" "-o" "doc/ivy.info" "doc/ivy.texi"))
6
+ :build `(("make"
7
+ ,(format "emacs=%s -L %s -L %s"
8
+ el-get-emacs
9
+ (concat (file-name-as-directory el-get-dir) "avy")
10
+ (concat (file-name-as-directory el-get-dir) "hydra"))
11
+ "compile")
12
+ ("makeinfo" "-o" "doc/ivy.info" "doc/ivy.texi"))
13
+ :build/berkeley-unix `(("gmake"
14
+ ,(format "emacs=%s -L %s -L %s"
15
+ el-get-emacs
16
+ (concat (file-name-as-directory el-get-dir) "avy")
17
+ (concat (file-name-as-directory el-get-dir) "hydra"))
18
+ "compile")
19
+ ("gmakeinfo" "-o" "doc/ivy.info" "doc/ivy.texi"))
10
20
:info "doc/ivy.info")
You can’t perform that action at this time.
0 commit comments