diff options
| author | Arun Isaac <arunisaac@systemreboot.net> | 2022-08-25 13:14:21 +0530 |
|---|---|---|
| committer | Arun Isaac <arunisaac@systemreboot.net> | 2022-08-25 13:14:21 +0530 |
| commit | a36fb3d131e3db20926c5c374e26cb57a5c7b243 (patch) | |
| tree | dbf62ec6072857abeb167dca0c3afe6b4ba00a99 /gnu | |
| parent | 98457ba47be4e8fc48a5d6256787c7a8dbd82b31 (diff) | |
gnu: laminar: Update to 1.2.
* gnu/packages/ci.scm (laminar): Update to 1.2.
[arguments]: Do not return #t from custom phases.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/ci.scm | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/gnu/packages/ci.scm b/gnu/packages/ci.scm index 9cd2f6884e6..f4bd4ce0009 100644 --- a/gnu/packages/ci.scm +++ b/gnu/packages/ci.scm | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | ;;; Copyright © 2017, 2020, 2021 Mathieu Othacehe <m.othacehe@gmail.com> | 5 | ;;; Copyright © 2017, 2020, 2021 Mathieu Othacehe <m.othacehe@gmail.com> |
| 6 | ;;; Copyright © 2017, 2019, 2020 Ricardo Wurmus <rekado@elephly.net> | 6 | ;;; Copyright © 2017, 2019, 2020 Ricardo Wurmus <rekado@elephly.net> |
| 7 | ;;; Copyright © 2018 Clément Lassieur <clement@lassieur.org> | 7 | ;;; Copyright © 2018 Clément Lassieur <clement@lassieur.org> |
| 8 | ;;; Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net> | ||
| 8 | ;;; | 9 | ;;; |
| 9 | ;;; This file is part of GNU Guix. | 10 | ;;; This file is part of GNU Guix. |
| 10 | ;;; | 11 | ;;; |
| @@ -193,7 +194,7 @@ intended as a replacement for Hydra.") | |||
| 193 | (define-public laminar | 194 | (define-public laminar |
| 194 | (package | 195 | (package |
| 195 | (name "laminar") | 196 | (name "laminar") |
| 196 | (version "1.1") | 197 | (version "1.2") |
| 197 | (source | 198 | (source |
| 198 | (origin (method url-fetch) | 199 | (origin (method url-fetch) |
| 199 | (uri (string-append "https://github.com/ohwgiles/laminar/archive/" | 200 | (uri (string-append "https://github.com/ohwgiles/laminar/archive/" |
| @@ -202,7 +203,7 @@ intended as a replacement for Hydra.") | |||
| 202 | (file-name (string-append name "-" version ".tar.gz")) | 203 | (file-name (string-append name "-" version ".tar.gz")) |
| 203 | (sha256 | 204 | (sha256 |
| 204 | (base32 | 205 | (base32 |
| 205 | "1lzfmfjygmbdr2n1q49kwwffw8frz5y6iczhdz5skwmzwg0chbsf")))) | 206 | "0vcgpp8g67mlhqnyhkihxz9j5jz1pal79jrdhnmjl5ddbhkvji8i")))) |
| 206 | (build-system cmake-build-system) | 207 | (build-system cmake-build-system) |
| 207 | (arguments | 208 | (arguments |
| 208 | `(#:tests? #f ; TODO Can't build tests | 209 | `(#:tests? #f ; TODO Can't build tests |
| @@ -223,8 +224,7 @@ intended as a replacement for Hydra.") | |||
| 223 | (("install\\(FILES \\$\\{CMAKE\\_CURRENT\\_BINARY\\_DIR\\}\\/laminar\\.service DESTINATION \\$\\{SYSTEMD\\_UNITDIR\\}\\)") | 224 | (("install\\(FILES \\$\\{CMAKE\\_CURRENT\\_BINARY\\_DIR\\}\\/laminar\\.service DESTINATION \\$\\{SYSTEMD\\_UNITDIR\\}\\)") |
| 224 | "") | 225 | "") |
| 225 | (("install\\(FILES etc/laminar\\.conf DESTINATION \\/etc\\)") "") | 226 | (("install\\(FILES etc/laminar\\.conf DESTINATION \\/etc\\)") "") |
| 226 | (("\\/usr\\/") "")) | 227 | (("\\/usr\\/") "")))) |
| 227 | #t)) | ||
| 228 | (add-after 'configure 'copy-in-javascript-and-css | 228 | (add-after 'configure 'copy-in-javascript-and-css |
| 229 | (lambda* (#:key inputs outputs #:allow-other-keys) | 229 | (lambda* (#:key inputs outputs #:allow-other-keys) |
| 230 | (use-modules (ice-9 popen)) | 230 | (use-modules (ice-9 popen)) |
| @@ -253,9 +253,7 @@ intended as a replacement for Hydra.") | |||
| 253 | 253 | ||
| 254 | ;; ansi_up.js isn't minified | 254 | ;; ansi_up.js isn't minified |
| 255 | (copy-file (assoc-ref inputs "ansi_up.js") | 255 | (copy-file (assoc-ref inputs "ansi_up.js") |
| 256 | "../build/js/ansi_up.js") | 256 | "../build/js/ansi_up.js")))))) |
| 257 | |||
| 258 | #t))))) | ||
| 259 | (inputs | 257 | (inputs |
| 260 | (list capnproto rapidjson sqlite boost zlib)) | 258 | (list capnproto rapidjson sqlite boost zlib)) |
| 261 | (native-inputs | 259 | (native-inputs |
