diff options
Diffstat (limited to 'gnu/packages/javascript.scm')
| -rw-r--r-- | gnu/packages/javascript.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/javascript.scm b/gnu/packages/javascript.scm index d5967e72529..74a1e6b9bee 100644 --- a/gnu/packages/javascript.scm +++ b/gnu/packages/javascript.scm | |||
| @@ -87,7 +87,7 @@ | |||
| 87 | (string-append "--outdir=" target) | 87 | (string-append "--outdir=" target) |
| 88 | (find-files "ts" "\\.ts$")))))) | 88 | (find-files "ts" "\\.ts$")))))) |
| 89 | (native-inputs | 89 | (native-inputs |
| 90 | `(("esbuild" ,esbuild))) | 90 | (list esbuild)) |
| 91 | (home-page "https://github.com/zorkow/context-menu") | 91 | (home-page "https://github.com/zorkow/context-menu") |
| 92 | (synopsis "Generic context menu") | 92 | (synopsis "Generic context menu") |
| 93 | (description "This package provides a reimplementation of the MathJax | 93 | (description "This package provides a reimplementation of the MathJax |
| @@ -219,7 +219,7 @@ be able to view it naturally and easily."))) | |||
| 219 | (string-append "--outfile=" target "/index.min.js") | 219 | (string-append "--outfile=" target "/index.min.js") |
| 220 | "index.js"))))) | 220 | "index.js"))))) |
| 221 | (native-inputs | 221 | (native-inputs |
| 222 | `(("esbuild" ,esbuild))) | 222 | (list esbuild)) |
| 223 | (home-page "https://github.com/tj/commander.js") | 223 | (home-page "https://github.com/tj/commander.js") |
| 224 | (synopsis "Library for node.js command-line interfaces") | 224 | (synopsis "Library for node.js command-line interfaces") |
| 225 | (description "Commander.js aims to be the complete solution for node.js | 225 | (description "Commander.js aims to be the complete solution for node.js |
| @@ -259,7 +259,7 @@ command-line interfaces. ") | |||
| 259 | (string-append "--outfile=" target "/dom-parser.min.js") | 259 | (string-append "--outfile=" target "/dom-parser.min.js") |
| 260 | "dom-parser.js"))))) | 260 | "dom-parser.js"))))) |
| 261 | (native-inputs | 261 | (native-inputs |
| 262 | `(("esbuild" ,esbuild))) | 262 | (list esbuild)) |
| 263 | (home-page "https://github.com/zorkow/xmldom/") | 263 | (home-page "https://github.com/zorkow/xmldom/") |
| 264 | (synopsis "DOM parser and XML serializer") | 264 | (synopsis "DOM parser and XML serializer") |
| 265 | (description "This is a fork of the xmldom library. It allows the use | 265 | (description "This is a fork of the xmldom library. It allows the use |
| @@ -428,7 +428,7 @@ detection.") | |||
| 428 | `(#:javascript-files '("media/js/dataTables.bootstrap.js" | 428 | `(#:javascript-files '("media/js/dataTables.bootstrap.js" |
| 429 | "media/js/jquery.dataTables.js"))) | 429 | "media/js/jquery.dataTables.js"))) |
| 430 | (native-inputs | 430 | (native-inputs |
| 431 | `(("unzip" ,unzip))) | 431 | (list unzip)) |
| 432 | (home-page "https://datatables.net") | 432 | (home-page "https://datatables.net") |
| 433 | (synopsis "DataTables plug-in for jQuery") | 433 | (synopsis "DataTables plug-in for jQuery") |
| 434 | (description "DataTables is a table enhancing plug-in for the jQuery | 434 | (description "DataTables is a table enhancing plug-in for the jQuery |
| @@ -578,7 +578,7 @@ external server.") | |||
| 578 | (string-append "prefix=" (assoc-ref %outputs "out"))) | 578 | (string-append "prefix=" (assoc-ref %outputs "out"))) |
| 579 | #:tests? #f)) ; no tests | 579 | #:tests? #f)) ; no tests |
| 580 | (inputs | 580 | (inputs |
| 581 | `(("readline" ,readline))) | 581 | (list readline)) |
| 582 | (home-page "https://mujs.com/") | 582 | (home-page "https://mujs.com/") |
| 583 | (synopsis "JavaScript interpreter written in C") | 583 | (synopsis "JavaScript interpreter written in C") |
| 584 | (description "MuJS is a lightweight Javascript interpreter designed for | 584 | (description "MuJS is a lightweight Javascript interpreter designed for |
