summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2017-10-12gnu: Add python-jupyter-console as input to python-ipython....This fixes running ipython console and ipython3 console, as the jupyter_console package is missing. As python-ipython is an input to python-jupyter-console, use a modified version of the package which doesn't have this input. * gnu/packages/python.scm (python-jupyter-console-minimal): New variable. (python-ipython)[propagated-inputs]: Replace python-jupyter-console with python-jupyter-console-minimal. Christopher Baines
2017-10-12gnu: wireshark: Minor package improvements....* gnu/packages/networking.scm (wireshark)[inputs]: Move QTTOOLS ... [native-inputs]: ... here. [home-page]: Remove duplicate. Marius Bakke
2017-10-12gnu: wireshark: Update to 2.4.2....* gnu/packages/networking.scm (wireshark): Update to 2.4.2. Marius Bakke
2017-10-12gnu: xorg-server: Update to 1.19.5. [security fixes]...Fixes CVE-2017-{12176..12187}. See <https://lists.x.org/archives/xorg-announce/2017-October/002814.html> * gnu/packages/xorg.scm (xorg-server): Update to 1.19.5. Marius Bakke
2017-10-12Revert "gnu: xorg-server: Make the test-variant visible."...Hiding/unhiding changes the derivation and thus this caused too many rebuilds for 'master'. This reverts commit 8cf892e6cd488fe9c1dee8e90c5474315378cbeb. Marius Bakke
2017-10-12gnu: libextractor: Update to 1.5....* gnu/packages/gnunet.scm (libextractor): Update to 1.5. Marius Bakke
2017-10-12gnu: ccid: Update to 1.4.28....* gnu/packages/security-token.scm (ccid): Update to 1.4.28. Marius Bakke
2017-10-12gnu: mesa: Disable imx driver for armhf-linux....* gnu/packages/gl.scm (mesa)<#:configure-flags>: Don't build imx driver. Marius Bakke
2017-10-12gnu: qt: Update to 5.9.2....* gnu/packages/qt.scm (qt): Update to 5.9.2. [outputs]: Add 'examples'. [source]: Update 3rd party code to unbundle. [inputs]: Add bluez, double-conversion, gstreamer, gst-plugins-base, jasper, libinput-minimal, libtiff, libwebp, libxext, wayland. Replace pcre with pcre2. [arguments]: Re-enable parallel building. Update build flags. Efraim Flashner
2017-10-12services: cleanup: Remove Shadow lock files from /etc....Partly fixes <https://bugs.gnu.org/28772>. Reported by Oleg Pykhalov <go.wigust@gmail.com>. * gnu/services.scm (cleanup-gexp): Remove /etc/{passwd,group}.lock and /etc/.pwd.lock. Ludovic Courtès
2017-10-12gnu: f-seq: Truncate version string....* gnu/packages/bioinformatics.scm (f-seq)[version]: Truncate commit part of the version string. Ricardo Wurmus
2017-10-11gnu: totem: Update to 3.26.0....* gnu/packages/gnome.scm (totem): Update to 3.26.0. [source]: Add 'patches' field. [build-system]: Switch to MESON-BUILD-SYSTEM. [native-inputs]: Add GTK+:bin and GLIB:bin. [arguments]: Pass #:glib-or-gtk?. Adjust #:configure-flags to new syntax. * gnu/packages/patches/totem-meson-easy-codec.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Ludovic Courtès
2017-10-11services: gnome: Register more polkit actions....This should allow more operations such as changing the system date and time via the Control Center (reported at <https://lists.gnu.org/archive/html/help-guix/2016-09/msg00059.html>), performing "file operations" via gvfs, and interacting with processes using the System Monitor. * gnu/services/desktop.scm (gnome-polkit-settings): New procedure. (gnome-desktop-service-type): Use it in POLKIT-SERVICE-TYPE extension. Ludovic Courtès
2017-10-11gnu: mobile-broadband-provider-info: Update to 20170310....* gnu/packages/gnome.scm (mobile-broadband-provider-info): Update to 20170310. Tobias Geerinckx-Rice
2017-10-11gnu: dovecot: Update to 2.2.33.1....* gnu/packages/mail.scm (dovecot): Update to 2.2.33.1. Tobias Geerinckx-Rice
2017-10-11gnu: gparted: Update to 0.30.0....* gnu/packages/disk.scm (gparted): Update to 0.30.0. Tobias Geerinckx-Rice
2017-10-11gnu: evince: Update to 3.26.0....* gnu/packages/gnome.scm (evince): Update to 3.26.0. Tobias Geerinckx-Rice
2017-10-11gnu: orca: Update to 3.26.0....gnu/packages/gnome.scm (orca): Update to 3.26.0. Tobias Geerinckx-Rice
2017-10-11gnu: bluez: Disable unpredictable test on armhf....* gnu/packages/linux.scm (bluez): [arguments] Add phase to skip a test instead of marking it as XFAIL. Thomas Danckaert
2017-10-11gnu: rcas-web: Update to 0.0.4....* gnu/packages/bioinformatics.scm (rcas-web): Update to 0.0.4. Ricardo Wurmus
2017-10-11gnu: mpg123: Update to 1.25.7....* gnu/packages/mp3.scm (mpg123): Update to 1.25.7. Leo Famulari
2017-10-11doc: Give an example with a FAT UUID....* gnu/system/examples/lightweight-desktop.tmpl <file-systems>: Add a UUID for the /boot/efi partition. * doc/guix.texi (Using the Configuration System): Mention it. Ludovic Courtès
2017-10-11uuid: Change "fat32" to "fat"....* gnu/system/uuid.scm (%fat32-endianness): Rename to... (%fat-endianness): ... this. (fat32-uuid->string): Rename to... (fat-uuid->string): ... this. (%fat32-uuid-rx): Rename to.. (%fat-uuid-rx): ... this. (string->fat32-uuid): Rename to... (string->fat-uuid): ... this. (%uuid-parsers, %uuid-printers): Add 'fat16. Ludovic Courtès
2017-10-11file-systems: Add support for FAT16....* gnu/build/file-systems.scm (check-fat32-file-system): Rename to... (check-fat-file-system): ... this. (check-file-system): Adjust accordingly. (fat16-superblock?, read-fat16-superblock) (fat16-superblock-uuid, fat16-superblock-volume-name): New procedures. (%partition-label-readers, %partition-uuid-readers): Add FAT16. Ludovic Courtès
2017-10-11file-systems: Preserve UUID types when serializing....Reported by Roel Janssen <roel@gnu.org> at <https://lists.gnu.org/archive/html/help-guix/2017-09/msg00094.html>. * gnu/system/file-systems.scm (file-system->spec): When DEVICE is a UUID, serialize it in a way that preserves its type. (spec->file-system): Adjust accordingly. * gnu/build/file-systems.scm (canonicalize-device-spec): Add case for when SPEC is 'uuid?'. Ludovic Courtès
2017-10-11file-systems: 'mount-file-system' now takes a <file-system> object....* gnu/build/file-systems.scm (mount-file-system): Rename 'spec' to 'fs' and assume it's a <file-system>. * gnu/build/linux-boot.scm (boot-system): Assume MOUNTS is a list of <file-system> and adjust accordingly. * gnu/build/linux-container.scm (mount-file-systems): Remove 'file-system->spec' call. * gnu/services/base.scm (file-system-shepherd-service): Add 'spec->file-system' call. Add (gnu system file-systems) to 'modules'. * gnu/system/linux-initrd.scm (raw-initrd): Use (gnu system file-systems). Add 'spec->file-system' call for #:mounts. Ludovic Courtès
2017-10-11gnu: Add freehdl....* gnu/packages/engineering.scm (freehdl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Theodoros Foradis
2017-10-11gnu: Add xyce-parallel....* gnu/packages/engineering.scm (trilinos-parallel-xyce) (xyce-parallel): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Theodoros Foradis
2017-10-11gnu: Add xyce-serial....* gnu/packages/engineering.scm (trilinos-serial-xyce) (xyce-serial): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Theodoros Foradis
2017-10-11gnu: Add lapack-3.5....* gnu/packages/maths.scm (lapack-3.5): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Theodoros Foradis
2017-10-11gnu: python-rpy2: Ignore test results....* gnu/packages/python.scm (python-rpy2)[arguments]: Ignore test failures. Ricardo Wurmus
2017-10-11gnu: Add r-ggdendro....* gnu/packages/statistics.scm (r-ggdendro): New variable. Roel Janssen
2017-10-11gnu: linux-libre@4.9: Update to 4.9.54....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.54. Mark H Weaver
2017-10-11gnu: linux-libre@4.4: Update to 4.4.91....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.91. Mark H Weaver
2017-10-10gnu: dovecot: Update to 2.2.33....* gnu/packages/mail.scm (dovecot): Update to 2.2.33. Tobias Geerinckx-Rice
2017-10-10gnu: games: Remove unneeded import....Fixes a regression introduced in 42abb842f64f5dd7834cabd445a5f4d01f1e68a4. * gnu/packages/games.scm: Remove unneeded (guix build utils) import, which led to a name clash on 'which'. Ludovic Courtès
2017-10-10gnu: alot: Update to 0.5.1....* gnu/packages/mail.scm (alot): Update to 0.5.1. [arguments]: Enable tests. [native-inputs]: Add python2-mock. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Troy Sankey
2017-10-10gnu: python-twisted: Update to 17.1.0....* gnu/packages/python.scm (python-twisted): Update to 17.1.0. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Troy Sankey
2017-10-10gnu: Add python-incremental....* gnu/packages/python.scm (python-incremental, python2-incremental): New variables. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Troy Sankey
2017-10-10gnu: Add python-automat....* gnu/packages/python.scm (python-automat, python2-automat): New variables. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Troy Sankey
2017-10-10gnu: Add python-graphviz....* gnu/packages/graphviz.scm (python-graphviz, python2-graphviz): New variables. Ricardo Wurmus
2017-10-10gnu: Add python-m2r....* gnu/packages/python.scm (python-m2r, python2-m2r): New variables. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Troy Sankey
2017-10-10gnu: Add python-constantly....* gnu/packages/python.scm (python-constantly, python2-constantly): New variables. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Troy Sankey
2017-10-10gnu: Add python-attrs....* gnu/packages/python.scm (python-attrs, python2-attrs): New variables. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Troy Sankey
2017-10-10services: vpn: Fix default tls-auth configuration....* gnu/services/vpn.scm (serialize-tls-auth): Fix serialization error when tls-auth is disabled. Julien Lepiller
2017-10-10gnu: Add java-fasterxml-jackson-dataformat-xml....* gnu/packages/java.scm (java-fasterxml-jackson-dataformat-xml): New variable. Julien Lepiller
2017-10-10gnu: Add java-woodstox-core....* gnu/packages/java.scm (java-woodstox-core): New variable. Julien Lepiller
2017-10-10gnu: Add java-stax2-api....* gnu/packages/java.scm (java-stax2-api): New variable. Julien Lepiller
2017-10-10gnu: Add java-fasterxml-jackson-dataformat-yaml....* gnu/packages/java.scm (java-fasterxml-jackson-dataformat-yaml): New variable. Julien Lepiller
2017-10-10gnu: Add java-snakeyaml....* gnu/packages/java.scm (java-snakeyaml): New variable. Julien Lepiller