summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: uglify-js: Move back next to sbcl-cl-uglify-js definition.Pierre Neidhardt2020-01-03
| | | | | | | | | | | | This fixes the bug which prevented uglify-js from being defined properly, and cascaded back to all Common Lisp packages. * gnu/packages/bioinformatics.scm: Replace javascript module with lisp-xyz. * gnu/packages/cran.scm: Use lisp-xyz module. * gnu/packages/javascript.scm (uglify-js): Move from here... * gnu/packages/lisp-xyz.scm: ... To here. * gnu/packages/web.scm: Replace javascript module with lisp-xyz. * guix/build-system/minify.scm: Find uglify-js in the lisp-xyz module.
* Revert "gnu: libetpan: Update to 1.9.4."Efraim Flashner2020-01-03
| | | | | | | This version of libetpan does not ship with libetpan-config, which prefents claws-mail from building. This reverts commit e2f5de145562540a497bfc5b580011c9cf9000fd.
* install: Add jfsutils to the installation image.Tobias Geerinckx-Rice2020-01-03
| | | | * gnu/system/install.scm (installation-os)[packages]: Add jfsutils.
* tests: install: Test a JFS root file system.Tobias Geerinckx-Rice2020-01-03
| | | | | * gnu/tests/install.scm (%jfs-root-os, %jfs-root-installation-script) (%test-jfs-root-os): New variables.
* linux-initrd: Add support for JFS.Tobias Geerinckx-Rice2020-01-03
| | | | | * gnu/system/linux-initrd.scm (file-system-packages): Add jfs_fsck/static. (file-system-type-modules): Add ‘jfs’ module.
* gnu: Add jfs_fsck-static.Tobias Geerinckx-Rice2020-01-03
| | | | * gnu/packages/file-systems.scm (jfs_fsck-static): New public variable.
* gnu: Add jfsutils-static.Tobias Geerinckx-Rice2020-01-03
| | | | gnu/packages/file-systems.scm (jfsutils/static): New public variable.
* uuid: Add support for JFS.Tobias Geerinckx-Rice2020-01-03
| | | | | * gnu/system/uuid.scm (string->jfs-uuid): New procedure. (%uuid-parsers, %uuid-printers): Add ‘jfs’ file system type.
* file-systems: Add support for JFS.Tobias Geerinckx-Rice2020-01-03
| | | | | | | | * gnu/build/file-systems.scm (%jfs-endianness): New syntax. (jfs-superblock?, read-jfs-superblock, jfs-superblock-uuid) (jfs-superblock-volume-name, check-jfs-file-system): New procedures. (%partition-label-readers, %partition-uuid-readers, check-file-system): Register them.
* gnu: gloox: Update to 1.0.23.Tobias Geerinckx-Rice2020-01-03
| | | | * gnu/packages/messaging.scm (gloox): Update to 1.0.23.
* gnu: hexchat: Update to 2.14.3.Tobias Geerinckx-Rice2020-01-03
| | | | | | | * gnu/packages/messaging.scm (hexchat): Update to 2.14.3. [source]: Remove patch. * gnu/packages/patches/hexchat-crash-exit.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: tuxguitar: Update to 1.5.3.Tobias Geerinckx-Rice2020-01-03
| | | | * gnu/packages/music.scm (tuxguitar): Update to 1.5.3.
* gnu: qtractor: Update to 0.9.12.Tobias Geerinckx-Rice2020-01-03
| | | | * gnu/packages/music.scm (qtractor): Update to 0.9.12.
* gnu: padthv1: Update to 0.9.12.Tobias Geerinckx-Rice2020-01-03
| | | | * gnu/packages/music.scm (padthv1): Update to 0.9.12.
* gnu: samplv1: Update to 0.9.12.Tobias Geerinckx-Rice2020-01-03
| | | | * gnu/packages/music.scm (samplv1): Update to 0.9.12.
* gnu: drumkv1: Update to 0.9.12.Tobias Geerinckx-Rice2020-01-03
| | | | * gnu/packages/music.scm (drumkv1): Update to 0.9.12.
* gnu: synthv1: Update to 0.9.12.Tobias Geerinckx-Rice2020-01-03
| | | | * gnu/packages/music.scm (synthv1): Update to 0.9.12.
* gnu: eyed3: Update to 0.8.12.Tobias Geerinckx-Rice2020-01-03
| | | | * gnu/packages/mp3.scm (eyed3): Update to 0.8.12.
* gnu: zam-plugins: Update to 3.12.Tobias Geerinckx-Rice2020-01-03
| | | | * gnu/packages/music.scm (zam-plugins): Update to 3.12.
* gnu: x42-plugins: Update to 20191215.Tobias Geerinckx-Rice2020-01-03
| | | | * gnu/packages/music.scm (x42-plugins): Update to 20191215.
* gnu: musl: Update to 1.1.24.Tobias Geerinckx-Rice2020-01-03
| | | | * gnu/packages/musl.scm (musl): Update to 1.1.24.
* gnu: whois: Update to 5.5.4.Tobias Geerinckx-Rice2020-01-03
| | | | * gnu/packages/networking.scm (whois): Update to 5.5.4.
* gnu: opari2: Update to 2.0.5.Tobias Geerinckx-Rice2020-01-03
| | | | * gnu/packages/profiling.scm (opari2): Update to 2.0.5.
* gnu: protozero: Update to 1.6.8.Tobias Geerinckx-Rice2020-01-03
| | | | * gnu/packages/protobuf.scm (protozero): Update to 1.6.8.
* gnu: libxls: Update to 1.5.2.Tobias Geerinckx-Rice2020-01-03
| | | | * gnu/packages/statistics.scm (libxls): Update to 1.5.2.
* gnu: mg: Update to 20180927.Tobias Geerinckx-Rice2020-01-03
| | | | * gnu/packages/text-editors.scm (mg): Update to 20180927.
* gnu: beep: Update to 1.4.7.Tobias Geerinckx-Rice2020-01-03
| | | | * gnu/packages/terminals.scm (beep): Update to 1.4.7.
* gnu: qbittorrent: Update to 4.2.1.Tobias Geerinckx-Rice2020-01-03
| | | | * gnu/packages/bittorrent.scm (qbittorrent): Update to 4.2.1.
* gnu: fasm: Expand acronym in description.Tobias Geerinckx-Rice2020-01-03
| | | | * gnu/packages/assembly.scm (fasm)[description]: Expand @acronym.
* gnu: fasm: Update to 1.73.21.Tobias Geerinckx-Rice2020-01-03
| | | | * gnu/packages/assembly.scm (fasm): Update to 1.73.21.
* gnu: python-zstandard: Fix indentation.Nicolas Goaziou2020-01-03
| | | | * gnu/packages/python-compression.scm (python-zstandard): Fix indentation.
* gnu: tome4: Update to 1.6.5.Oleg Pykhalov2020-01-03
| | | | | * gnu/packages/games.scm (tome4): Update to 1.6.5. [arguments]: Use invoke in install phase
* gnu: Add sameboy.Jakub Kądziołka2020-01-03
| | | | * gnu/packages/emulators.scm (sameboy): New variable.
* gnu: Add rgbds.Jakub Kądziołka2020-01-03
| | | | * gnu/packages/assembly.scm (rgbds): New variable.
* gnu: Add ibus-libhangul.kanichos@yandex.ru2020-01-03
| | | | | | * gnu/packages/ibus.scm (ibus-libhangul): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add libhangul.kanichos@yandex.ru2020-01-03
| | | | | | * gnu/packages/ibus.scm (libhangul): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: go-github-com-spf13-pflag: Update to 1.0.5.Danny Milosavljevic2020-01-03
| | | | * gnu/packages/golang.scm (go-github-com-spf13-pflag): Update to 1.0.5.
* gnu: Add missing copyright header.Nicolas Goaziou2020-01-03
|
* gnu: Add python-zstandard.Nicolas Goaziou2020-01-03
| | | | * gnu/packages/python-compression.scm (python-zstandard): New variable.
* gnu: emacs-orgalist: Update to 1.11.Nicolas Goaziou2020-01-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-orgalist): Update to 1.11.
* gnu: file-roller: Don't use NAME in source URI.Tobias Geerinckx-Rice2020-01-02
| | | | * gnu/packages/gnome.scm (file-roller)[source]: Hard-code NAME.
* gnu: evince: Update to 3.34.2.Tobias Geerinckx-Rice2020-01-02
| | | | * gnu/packages/gnome.scm (evince): Update to 3.34.2.
* gnu: evince: Don't use NAME in source URI.Tobias Geerinckx-Rice2020-01-02
| | | | * gnu/packages/gnome.scm (evince)[source]: Hard-code NAME.
* gnu: bullet: Update to 2.89.Tobias Geerinckx-Rice2020-01-02
| | | | | * gnu/packages/game-development.scm (bullet): Update to 2.89. [source]: Adjust snippet.
* gnu: deutex: Update to 5.2.1.Tobias Geerinckx-Rice2020-01-02
| | | | * gnu/packages/game-development.scm (deutex): Update to 5.2.1.
* gnu: freeciv: Fix typo in synopsis and description.Tobias Geerinckx-Rice2020-01-02
| | | | | * gnu/packages/games.scm (freeciv)[synopsis, description]: Add missing hyphen. ‘In’ → ‘into’ age.
* gnu: freeciv: Update to 2.6.1.Tobias Geerinckx-Rice2020-01-02
| | | | * gnu/packages/games.scm (freeciv): Update to 2.6.1.
* gnu: Add go-github-com-google-go-cmp-cmp.Danny Milosavljevic2020-01-02
| | | | * gnu/packages/golang.scm (go-github-com-google-go-cmp-cmp): New variable.
* gnu: Add go-github-com-fatih-color.Danny Milosavljevic2020-01-02
| | | | * gnu/packages/golang.scm (go-github-com-fatih-color): New variable.
* gnu: guix-data-service: Update to 0.0.1-15.4ed1400.Christopher Baines2020-01-02
| | | | * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-15.4ed1400.