diff options
| author | ng0 <ng0@no-reply.pragmatique.xyz> | 2017-04-26 11:10:01 +0000 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2017-05-03 23:50:15 +0200 |
| commit | 1dc0a66591f4fb37fc0df2aec6d3b0b7e2046c70 (patch) | |
| tree | f5706fcc989d17335b36b25df2043138b73b1a4f /gnu | |
| parent | 0ea45ef4226a0b70bee5c2fad700e9e188dfa88f (diff) | |
gnu: Add fish-guix.
* gnu/packages/shells.scm (fish-guix): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/shells.scm | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 012f272ca4f..5f57619e027 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;;; Copyright © 2016 Tobias Geerinckx-Rice <me@tobias.gr> | 6 | ;;; Copyright © 2016 Tobias Geerinckx-Rice <me@tobias.gr> |
| 7 | ;;; Copyright © 2016 Stefan Reichör <stefan@xsteve.at> | 7 | ;;; Copyright © 2016 Stefan Reichör <stefan@xsteve.at> |
| 8 | ;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net> | 8 | ;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net> |
| 9 | ;;; Copyright © 2017 ng0 <contact.ng0@cryptolab.net> | 9 | ;;; Copyright © 2017 ng0 <ng0@no-reply.pragmatique.xyz> |
| 10 | ;;; Copyright © 2017 Leo Famulari <leo@famulari.name> | 10 | ;;; Copyright © 2017 Leo Famulari <leo@famulari.name> |
| 11 | ;;; | 11 | ;;; |
| 12 | ;;; This file is part of GNU Guix. | 12 | ;;; This file is part of GNU Guix. |
| @@ -147,6 +147,32 @@ highlighting.") | |||
| 147 | (home-page "https://fishshell.com/") | 147 | (home-page "https://fishshell.com/") |
| 148 | (license gpl2))) | 148 | (license gpl2))) |
| 149 | 149 | ||
| 150 | (define-public fish-guix | ||
| 151 | (package | ||
| 152 | (name "fish-guix") | ||
| 153 | (version "0.1.1") | ||
| 154 | (source | ||
| 155 | (origin | ||
| 156 | (method url-fetch) | ||
| 157 | (uri (string-append "https://dist.pragmatique.xyz/fish-guix/" | ||
| 158 | name "-" version ".tar.xz")) | ||
| 159 | (sha256 | ||
| 160 | (base32 | ||
| 161 | "0xi0j9lvzh43lrj82gz52n2cjln0i0pgayngrg4hy5w4449biy0z")))) | ||
| 162 | (build-system gnu-build-system) | ||
| 163 | (arguments | ||
| 164 | `(#:tests? #f ; No checks. | ||
| 165 | #:make-flags (list | ||
| 166 | (string-append "PREFIX=" %output)) | ||
| 167 | #:phases | ||
| 168 | (modify-phases %standard-phases | ||
| 169 | (delete 'configure)))) ; No configure script. | ||
| 170 | (home-page "https://pragmatique.noblogs.org/software/fish-guix/downloads/") | ||
| 171 | (synopsis "Fish completions for Guix") | ||
| 172 | (description | ||
| 173 | "Fish-guix provides completions for Guix for users of the fish shell.") | ||
| 174 | (license public-domain))) | ||
| 175 | |||
| 150 | (define-public rc | 176 | (define-public rc |
| 151 | (package | 177 | (package |
| 152 | (name "rc") | 178 | (name "rc") |
