Age | Commit message (Expand) | Author |
2018-04-11 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-04-11 | gnu: icecat: Add more fixes from upstream mozilla-esr52....* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.
| Mark H Weaver |
2018-04-11 | gnu: icecat: Add more configure flags and rename a phase....* gnu/packages/gnuzilla.scm (icecat)[arguments]: To configure-flags, add
"--with-distribution-id=org.gnu", "--disable-tests", "--disable-updater",
"--disable-crashreporter", "--disable-maintenance-service", and
"--disable-eme". Rename the
'arrange-to-link-libxul-with-libraries-it-might-dlopen' phase to
'link-libxul-with-libraries'.
| Mark H Weaver |
2018-04-11 | services: cgit: Add support for project-list....* doc/guix.texi (Version Control Services): Update accordingly.
* gnu/services/cgit.scm (cgit-configuration)[project-list]: New field.
(serialize-project-list): New procedure that uses PLAIN-FILE to generate a
file from the string list given by the user as input.
(serialize-cgit-configuration): Make sure to serialize 'project-list' before
'repostory-directory'.
| Clément Lassieur |
2018-04-11 | services: cgit: Enforce serialization order....* gnu/services/cgit.scm (serialize-cgit-configuration): New procedure that
serializes fields with a precise order.
(cgit-activation): Replace the generic SERIALIZE-CONFIGURATION with
SERIALIZE-CGIT-CONFIGURATION.
| Clément Lassieur |
2018-04-11 | services: cgit: Add support for file-like objects....* doc/guix.texi (Version Control Services): Update accordingly.
* gnu/services/cgit.scm (serialize-field, serialize-string, serialize-boolean,
serialize-integer, serialize-repository-cgit-configuration-list,
serialize-nginx-server-configuration-list, serialize-repo-field,
serialize-repo-boolean, serialize-repo-integer, serialize-module-link-path,
serialize-repository-directory, serialize-mimetype-alist): Return strings or
string-valued gexps and stop printing.
(repository-cgit-configuration)[source-filter, about-filter, commit-filter,
logo, owner-filter], (cgit-configuration)[auth-filter, commit-filter, css,
email-filter, favicon, include, logo, owner-filter, mimetype-file, readme,
source-filter]: Replace STRING with FILE-OBJECT.
(file-object?, serialize-file-object, repo-file-object?,
serialize-repo-file-object): New procedures.
(cgit-activation): Use SERIALIZE-CONFIGURATION's return value with
MIXED-TEXT-FILE instead of using its output with PLAIN-FILE.
| Clément Lassieur |
2018-04-11 | services: cgit: Simplify 'serialize-module-link-path'....* gnu/services/cgit.scm (serialize-module-link-path): Remove STRING-DROP-RIGHT
and UGLIFY-FIELD-NAME.
| Clément Lassieur |
2018-04-11 | services: cgit: Simplify 'uglify-field-name'....* gnu/services/cgit.scm (uglify-field-name): Remove STRING-JOIN and
STRING-SPLIT.
| Clément Lassieur |
2018-04-11 | gnu: linux-libre: Update to 4.16.1....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.1.
(%linux-libre-hash): Update hash.
* gnu/packages/aux-files/linux-libre/4.15-arm.conf,
gnu/packages/aux-files/linux-libre/4.15-i686.conf,
gnu/packages/aux-files/linux-libre/4.15-x86_64.conf: Delete files.
* gnu/packages/aux-files/linux-libre/4.16-arm.conf,
gnu/packages/aux-files/linux-libre/4.16-i686.conf,
gnu/packages/aux-files/linux-libre/4.16-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Update accordingly.
| Mark H Weaver |
2018-04-11 | gnu: linux-libre: Add 'patch-/bin/pwd' phase....* gnu/packages/linux.scm (make-linux-libre)[arguments]: Add 'patch-/bin/pwd'
phase.
| Mark H Weaver |
2018-04-11 | gnu: elfutils: Disable failing test....* gnu/packages/elf.scm (elfutils)[arguments]: Skip test which always
fails on aarch64-linux.
| Efraim Flashner |
2018-04-11 | gnu: guile-config: Update to 0.2....* gnu/packages/guile.scm (guile-config): Update to 0.2.
[source]: Change to github repo.
[native-inputs]: Add make dist dependencies.
[license]: Update license.
| Alex Sassmannshausen |
2018-04-11 | gnu: Add qBittorrent....* gnu/packages/bittorrent.scm (qBittorrent): New public variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Fis Trivial |
2018-04-11 | gnu: libtorrent-rasterbar: Add CXXFLAGS....* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Add CXXFLAGS.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Fis Trivial |
2018-04-11 | gnu: tlsdate: Fix compilation on aarch64-linux-gnu....* gnu/packages/ntp.scm (tlsdate)[arguments]: Add #:configure-flags.
| Ludovic Courtès |
2018-04-11 | gnu: guix: Update to 486de73....* gnu/packages/package-management.scm (guix): Update to 486de73.
| Ludovic Courtès |
2018-04-10 | gnu: mes: Update to 0.12....* gnu/packages/mes.scm (mes): Update to 0.12.
| Jan Nieuwenhuizen |
2018-04-10 | gnu: cuirass: Update to 238f856....* gnu/packages/ci.scm (cuirass): Update to 238f856.
| Ludovic Courtès |
2018-04-10 | gnu: hwloc: Skip 'linux-libnuma' test....That test would fail on some machines, for instance build machines
behind berlin.guixsd.org.
* gnu/packages/mpi.scm (hwloc)[arguments]: Add 'skip-linux-libnuma-test'
phase.
(hwloc-2.0)[arguments]: Replace it.
| Ludovic Courtès |
2018-04-10 | gnu: Add libcgroup.... * gnu/packages/linux.scm (libcgroup): New variable.
| Tomáš Čech |
2018-04-10 | gnu: qemu: Fix build with glibc-2.27....* gnu/packages/patches/qemu-glibc-2.27.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/virtualization.scm (qemu)[source]: Add patch.
[native-inputs]: Add flex and bison.
* gnu/packages/bootloaders.scm (qemu-minimal-2.10)[source]: Add patch.
| Mark H Weaver |
2018-04-10 | gnu: btrfs-progs: Update to 4.15.1, fix build, use invoke....* gnu/packages/patches/btrfs-progs-e-value-block.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.15.1.
[arguments]: Use invoke.
[native-inputs]: Add grep.
| Mark H Weaver |
2018-04-10 | gnu: boost: Fix ICU support....* gnu/packages/patches/boost-fix-icu-build.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/boost.scm (boost)[source]: Add the patch.
[arguments]: In the custom configure phase, pass --with-icu=[...]
to ./bootstrap.sh
| Mark H Weaver |
2018-04-10 | gnu: guile-rsvg: Restore custom bootstrap phase....This fixes a regression introduced in commit
189be331acfda1c242a9c85fca8d2a0356742f48.
* gnu/packages/gtk.scm (guile-rsvg)[arguments]: Restore the custom bootstrap
phase that was in place prior to commit 189be33, but use invoke.
| Mark H Weaver |
2018-04-10 | gnu: python-pygobject: Use gcc-7....* gnu/packages/glib.scm (python-pygobject)[native-inputs]: Add gcc-7.
| Mark H Weaver |
2018-04-10 | gnu: libqmi: Update to 1.20.0....* gnu/packages/freedesktop.scm (libqmi): Update to 1.20.0.
[inputs]: Add libgudev.
| Mark H Weaver |
2018-04-10 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-04-09 | gnu: chromaprint: Fix typo....* gnu/packages/mp3.scm (chromaprint): Fix typo.
| Leo Famulari |
2018-04-09 | gnu: retroarch: Update checksum....* gnu/packages/emulators.scm (retroarch): Update checksum.
| Rutger Helling |
2018-04-09 | gnu: mgba: Update to 0.6.2....* gnu/packages/emulators.scm (mgba): Update to 0.6.2.
| Rutger Helling |
2018-04-09 | gnu: eyeD3: Update to 0.8.5....* gnu/packages/mp3.scm (eyed3): Update to 0.8.5.
[source]: Use pypi-uri.
[propagated-inputs]: Add python-magic and python-pathlib.
| Leo Famulari |
2018-04-09 | gnu: linux-libre: Add elfutils to native-inputs....Suggested by Leo Famulari <leo@famulari.name>
* gnu/packages/linux.scm (make-linux-libre)[native-inputs]: Add elfutils.
| Mark H Weaver |
2018-04-09 | gnu: linux-libre: Add flex and bison to native-inputs....* gnu/packages/linux.scm (make-linux-libre)[native-inputs]: Add flex and
bison.
| Mark H Weaver |
2018-04-09 | gnu: linux-libre: Update to 4.15.16....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.16.
(%linux-libre-hash): Update hash.
| Mark H Weaver |
2018-04-09 | gnu: linux-libre@4.14: Update to 4.14.33....* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.33.
(%linux-libre-4.14-hash): Update hash.
| Mark H Weaver |
2018-04-09 | gnu: linux-libre@4.9: Update to 4.9.93....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.93.
| Mark H Weaver |
2018-04-09 | gnu: linux-libre@4.4: Update to 4.4.127....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.127.
| Mark H Weaver |
2018-04-08 | gnu: Add bear....* gnu/packages/build-tools.scm (bear): New public variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Fis Trivial |
2018-04-08 | gnu: Add unittest-cpp....* gnu/packages/check.scm (unittest-cpp): New public variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Fis Trivial |
2018-04-08 | gnu: ghc-psqueues: Update to 0.2.6.0....* gnu/packages/haskell.scm (ghc-psqueues): Update to 0.2.6.0.
[arguments]: Enable tests.
[home-page]: Update link.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| rsiddharth |
2018-04-08 | gnu: gnurl: Update to version 7.59.0....* gnu/packages/gnunet.scm (gnurl): Update to version 7.59.0.
[source]: Add temporary second source at ftp.n0.is.
Signed-off-by: Nils Gillmann <ng0@n0.is>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nils Gillmann |
2018-04-08 | gnu: Add emacs-pass....* gnu/packages/emacs.scm (emacs-pass): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Konrad Hinsen |
2018-04-08 | gnu: cobol: Download NIST suite over HTTPS....Suggested by Simon Sobisch <simonsobisch@web.de>.
* gnu/packages/cobol.scm (gnucobol)[inputs]: Download "newcob" over HTTPS.
| Ludovic Courtès |
2018-04-08 | gnu: vc: Do not optimize for the build machine CPU....* gnu/packages/maths.scm (vc)[arguments]: Add "-DTARGET_ARCHITECTURE=none" to
#:configure-flags.
| Marius Bakke |
2018-04-08 | gnu: http-parser: Update to 2.8.1....* gnu/packages/web.scm (http-parser): Update to 2.8.1.
| Marius Bakke |
2018-04-08 | gnu: libmbim: Update to 1.16.0....* gnu/packages/freedesktop.scm (libmbim): Update to 1.16.0.
| Marius Bakke |
2018-04-08 | gnu: libotf: Update to 0.9.16....* gnu/packages/fontutils.scm (libotf): Update to 0.9.16.
| Marius Bakke |
2018-04-08 | discovery: Remove dependency on (guix ui)....This reduces the closure of (guix discovery) from 28 to 8 modules.
* guix/discovery.scm (scheme-files): Use 'format' instead of 'warning'.
(scheme-modules): Add #:warn parameter. Use it instead of
'warn-about-load-error'.
(fold-modules): Add #:warn and pass it to 'scheme-modules'.
(all-modules): Likewise.
* gnu/bootloader.scm (bootloader-modules): Pass #:warn to 'all-modules'.
* gnu/packages.scm (fold-packages): Likewise.
* gnu/services.scm (all-service-modules): Likewise.
* guix/upstream.scm (importer-modules): Likewise.
| Ludovic Courtès |
2018-04-08 | Add (guix self)....* guix/self.scm: New file.
* Makefile.am (MODULES): Add it.
* gnu/packages.scm (%distro-root-directory): Rewrite to try different
directories.
* guix/discovery.scm (guix): Export 'scheme-files'.
| Ludovic Courtès |
2018-04-08 | gnu: Add 'guix-register'....* gnu/packages/package-management.scm (guix-register): New variable.
| Ludovic Courtès |