summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: dtc: Update to 1.5.1.Tobias Geerinckx-Rice2019-09-26
| | | | | * gnu/packages/bootloaders.scm (dtc): Update to 1.5.1. [arguments]: Add -Wl,-rpath to LDFLAGS #:make-flags.
* gnu: emacs-circe: Update to 2.11.Tobias Geerinckx-Rice2019-09-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-circe): Update to 2.11.
* gnu: dehydrated: Update to 0.6.5.Tobias Geerinckx-Rice2019-09-26
| | | | * gnu/packages/tls.scm (dehydrated): Update to 0.6.5.
* gnu: skopeo: Update to 0.1.39.Tobias Geerinckx-Rice2019-09-26
| | | | * gnu/packages/virtualization.scm (skopeo): Update to 0.1.39.
* gnu: bspwm: Update to 0.9.9.Tobias Geerinckx-Rice2019-09-26
| | | | * gnu/packages/wm.scm (bspwm): Update to 0.9.9.
* gnu: vimb: Update to 3.5.0.Tobias Geerinckx-Rice2019-09-26
| | | | * gnu/packages/web-browsers.scm (vimb): Update to 3.5.0.
* gnu: libxcb: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-09-26
| | | | * gnu/packages/xorg.scm (libxcb)[source]: Hard-code NAME.
* gnu: xorgproto: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-09-26
| | | | * gnu/packages/xorg.scm (xorgproto)[source]: Hard-code NAME.
* gnu: encodings: Update to 1.0.5.Tobias Geerinckx-Rice2019-09-26
| | | | * gnu/packages/xorg.scm (encodings): Update to 1.0.5.
* gnu: f3: Update to 7.2.Tobias Geerinckx-Rice2019-09-26
| | | | * gnu/packages/disk.scm (f3): Update to 7.2.
* gnu: beets: Update to 1.4.9.Tobias Geerinckx-Rice2019-09-26
| | | | | | | | * gnu/packages/music.scm (beets): Update to 1.4.9. [source]: Remove patch. [arguments]: Remove more Python 3.7 compatibility fixes. * gnu/packages/patches/beets-python-3.7-fix.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: beets: Use HTTPS home page.Tobias Geerinckx-Rice2019-09-26
| | | | * gnu/packages/music.scm (beets)[home-page]: Use HTTPS.
* gnu: emacs-xelb: Update to 0.18.Tobias Geerinckx-Rice2019-09-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-xelb): Update to 0.18.
* gnu: fmit: Update to 1.2.13.Tobias Geerinckx-Rice2019-09-26
| | | | * gnu/packages/music.scm (fmit): Update to 1.2.13.
* gnu: xf86-input-wacom: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-09-25
| | | | * gnu/packages/xdisorg.scm (xf86-input-wacom)[source]: Hard-code NAME.
* gnu: youtube-dl: Update to 2019.09.12.1.Tobias Geerinckx-Rice2019-09-25
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2019.09.12.1.
* gnu: celluloid: Update to 0.17 from gnome-mpv.Tobias Geerinckx-Rice2019-09-25
| | | | | * gnu/packages/video.scm (celluloid): ‘New’ public variable. (gnome-mpv): Redefine as DEPRECATED-PACKAGE.
* gnu: iproute2: Add libmnl input.Tobias Geerinckx-Rice2019-09-25
| | | | * gnu/packages/linux.scm (iproute)[inputs]: Add libmnl.
* gnu: iproute2: Update to 5.3.0.Tobias Geerinckx-Rice2019-09-25
| | | | * gnu/packages/linux.scm (iproute): Update to 5.3.0.
* gnu: rofi: Update to 1.5.4.Tobias Geerinckx-Rice2019-09-25
| | | | * gnu/packages/xdisorg.scm (rofi): Update to 1.5.4.
* gnu: mlt: Update to 6.16.0.Tobias Geerinckx-Rice2019-09-25
| | | | * gnu/packages/video.scm (mlt): Update to 6.16.0.
* gnu: spirv-tools: Use GIT-FILE-NAME.Tobias Geerinckx-Rice2019-09-25
| | | | * gnu/packages/vulkan.scm (spirv-tools)[source]: Use GIT-FILE-NAME.
* gnu: spirv-tools: Update to 2019.2.Tobias Geerinckx-Rice2019-09-25
| | | | * gnu/packages/vulkan.scm (spirv-tools): Update to 2019.2.
* gnu: you-get: Update to 0.4.1355.Tobias Geerinckx-Rice2019-09-25
| | | | * gnu/packages/video.scm (you-get): Update to 0.4.1355.
* gnu: freeimage: Update to 3.18.0.Kei Kebrau2019-09-25
| | | | | | | | | | | | | | | * gnu/packages/image.scm (freeimage): Update to 3.18.0. [source]: Modify snippet to remove the bundled libjxr. Remove obsolete patches. [arguments]: Add libjxr include directory to #:make-flags. [inputs]: Add libjxr. * gnu/packages/patches/freeimage-CVE-2015-0852.patch, gnu/packages/patches/freeimage-CVE-2016-5684.patch, gnu/packages/patches/freeimage-fix-build-with-gcc-5.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Unregister patches. * gnu/packages/patches/freeimage-unbundle.patch: Update patch. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: libjxr: Build and install shared library.Kei Kebreau2019-09-25
| | | | | | | | * gnu/packages/image.scm (libjxr)[arguments]: Add -fPIC to CFLAGS for shared library support. Add 'build-shared-library' phase and modify 'install' phase to install the shared libraries. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: freeimage: Build with the C++ 11 standard.Marius Bakke2019-09-25
| | | | | | This is a follow-up to commit 942c7889498fc8e680a16d500e166c9ade84e640. * gnu/packages/image.scm (freeimage)[arguments]: Pass -std=gnu++11 in CFLAGS.
* installer: Update to Guile-Parted 0.0.2 release.Mathieu Othacehe2019-09-25
| | | | | | | | | * gnu/installer/parted.scm (data-partition?, metadata-partition?, freespace-partition?, normal-partition?, extended-partition?, logical-partition?): Remove, as now provided by Guile-Parted. * gnu/installer/newt/partition.scm (run-disk-page): Remove disk-destroy calls, replace disk-delete-all by disk-remove-all-partitions and disk-delete-partition by disk-remove-partition*.
* gnu: guile-parted: Update to 0.0.2.Mathieu Othacehe2019-09-25
| | | | * gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.2.
* gnu: Add r-assertable.Wiktor Żelazny2019-09-25
| | | | | | * gnu/packages/cran.scm (r-assertable): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Avoid @verbatiminclude for Scheme snippets.Ludovic Courtès2019-09-25
| | | | | | * doc/guix.texi (Invoking guix package): Use @include instead of @verbatiminclude. (Additional Build Options): Likewise.
* doc: Fix installing Guix in VMBrice Waegeneire2019-09-25
| | | | | | | | * doc/guix.texi (Installing Guix in a Virtual Machine): Pass "order=d" to '-boot' option. Use "-drive media=cdrom" for the ISO image. Remove paragraph about ordering and the boot menu. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-exwm: Update to 0.23.Divan Santana2019-09-25
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-exwm): Update to 0.23. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Support paren matching via CSS hover.Ludovic Courtès2019-09-25
| | | | | | * doc/build.scm (syntax-highlighted-html)[build](pair-open/close) (highlights->sxml*): New procedures. (syntax-highlight): Use 'highlights->sxml*'.
* pull: Dim the commit ID when displaying news.Ludovic Courtès2019-09-25
| | | | * guix/scripts/pull.scm (display-news-entry): Dim the commit line.
* colors: Add 'dim'.Ludovic Courtès2019-09-25
| | | | | | | * guix/colors.scm (coloring-procedure): New procedure. (%highlight-color): Remove. (highlight): Define in terms of 'coloring-procedure'. (dim): New procedure.
* services: Add the Guix Data Service.Christopher Baines2019-09-25
| | | | | | | | * gnu/services/guix.scm: New file. * gnu/tests/guix.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add both new files. * doc/guix.texi (Guix Services): New section documenting the Guix Data Service.
* gnu: Add guix-data-service.Christopher Baines2019-09-25
| | | | * gnu/packages/web.scm (guix-data-service): New variable.
* gnu: emacs-vdiff: Enable tests.Brian Leung2019-09-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-vdiff): Enable tests.
* gnu: emacs-helm-lsp: Fix description.Brian Leung2019-09-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-helm-lsp): Fix description.
* gnu: Add emacs-cmake-font-lock.Brian Leung2019-09-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-cmake-font-lock): New variable.
* linux-boot: Fix typo.Maxim Cournoyer2019-09-25
| | | | * gnu/build/linux-boot.scm (mount-root-file-system): Fix typo.
* build: initrd: Fix "write-cpio-archive" return value.Maxim Cournoyer2019-09-25
| | | | | * gnu/build/linux-initrd.scm (write-cpio-archive): Really return OUTPUT on success, even when compression is disabled.
* gnu: idris: Update to 1.3.2.Eric Bavier2019-09-24
| | | | | | | | | | * gnu/packages/haskell-xyz.scm (ghc-network-2.8, ghc-megaparsec-7): New variables. * gnu/packages/idris.scm (idris): Update to 1.3.2. [source]: Remove patch. [inputs]: Use ghc-network-2.8 and ghc-megaparsec-7. * gnu/packages/patches/idris-test-no-node.patch: Delete. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: Add emacs-wttrin.Brian Leung2019-09-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-wttrin): New variable.
* gnu: emacs-xterm-color: Update to 1.9.Brian Leung2019-09-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-xterm-color): Update to 1.9.
* gnu: Move openmw-openscenegraph to graphics.scm.Marius Bakke2019-09-24
| | | | | | | | | Package inheritance across modules may cause unbound variable errors at expansion time because of cyclic dependencies between the modules. * gnu/packages/game-development.scm (openmw-openscenegraph): Move from here ... * gnu/packages/graphics.scm (openmw-openscenegraph): ... to here. Make the variable public and "hide" the package.
* gnu: emacs-el-search: Update to 1.12.6.1-2.07bed84.Brian Leung2019-09-24
| | | | * gnu/packages/emacs-xyz.scm (emacs-el-search): Update to 1.12.6.1-2.07bed84.
* gnu: Add emacs-cl-print.Brian Leung2019-09-24
| | | | * gnu/packages/emacs-xyz.scm (emacs-cl-print): New variable.
* gnu: emacs-stream: Update to 2.2.4-1.a3f3da1.Brian Leung2019-09-24
| | | | * gnu/packages/emacs-xyz.scm (emacs-stream): Update to 2.2.4-1.a3f3da1.