diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2023-12-15 09:55:11 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2023-12-15 16:13:07 +0100 |
| commit | 5374d0d89bea12582d01e13a5cb38b7ff63aa0e5 (patch) | |
| tree | 9fe601d1eaa64feb94520add3c406b11cb709004 /gnu | |
| parent | b3fd9eeb815bc068760b47c9f05030d55004c2a2 (diff) | |
gnu: Add js-datatables-1.9.
* gnu/packages/javascript.scm (js-datatables-1.9): New variable.
Change-Id: I9b022e12119247c8385ebbcec07f54c4106155df
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/javascript.scm | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/gnu/packages/javascript.scm b/gnu/packages/javascript.scm index 2c7ff744ead..84d12f6b13b 100644 --- a/gnu/packages/javascript.scm +++ b/gnu/packages/javascript.scm | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net> | 2 | ;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net> |
| 3 | ;;; Copyright © 2017, 2019, 2020, 2022 Ricardo Wurmus <rekado@elephly.net> | 3 | ;;; Copyright © 2017, 2019, 2020, 2022, 2023 Ricardo Wurmus <rekado@elephly.net> |
| 4 | ;;; Copyright © 2017, 2018, 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr> | 4 | ;;; Copyright © 2017, 2018, 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr> |
| 5 | ;;; Copyright © 2017-2020, 2022, 2023 Efraim Flashner <efraim@flashner.co.il> | 5 | ;;; Copyright © 2017-2020, 2022, 2023 Efraim Flashner <efraim@flashner.co.il> |
| 6 | ;;; Copyright © 2018 Nicolas Goaziou <mail@nicolasgoaziou.fr> | 6 | ;;; Copyright © 2018 Nicolas Goaziou <mail@nicolasgoaziou.fr> |
| @@ -618,6 +618,21 @@ Javascript library, adding sorting, paging and filtering abilities to plain | |||
| 618 | HTML tables with minimal effort.") | 618 | HTML tables with minimal effort.") |
| 619 | (license license:expat))) | 619 | (license license:expat))) |
| 620 | 620 | ||
| 621 | (define-public js-datatables-1.9 | ||
| 622 | (package | ||
| 623 | (inherit js-datatables) | ||
| 624 | (name "js-datatables") | ||
| 625 | (version "1.9.4") | ||
| 626 | (source (origin | ||
| 627 | (method url-fetch) | ||
| 628 | (uri (string-append "https://datatables.net/releases/DataTables-" | ||
| 629 | version ".zip")) | ||
| 630 | (sha256 | ||
| 631 | (base32 | ||
| 632 | "0yd6548cbpb4hlpwybjp93b9m084n5rba6v1x5n83y0dvlxcd06g")))) | ||
| 633 | (arguments | ||
| 634 | (list #:javascript-files '(list "media/js/jquery.dataTables.js"))))) | ||
| 635 | |||
| 621 | (define-public js-requirejs | 636 | (define-public js-requirejs |
| 622 | (package | 637 | (package |
| 623 | (name "js-requirejs") | 638 | (name "js-requirejs") |
