summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2017-09-24gnu: r-glmnet: Update to 2.0-13....* gnu/packages/statistics.scm (r-glmnet): Update to 2.0-13. Ricardo Wurmus
2017-09-24gnu: r-segmented: Update to 0.5-2.2....* gnu/packages/statistics.scm (r-segmented): Update to 0.5-2.2. Ricardo Wurmus
2017-09-24gnu: r-mgcv: Update to 1.8-22....* gnu/packages/statistics.scm (r-mgcv): Update to 1.8-22. Ricardo Wurmus
2017-09-24gnu: parallel: Update to 20170922....* gnu/packages/parallel.scm (parallel): Update to 20170922. Efraim Flashner
2017-09-24gnu: Add cl-yale-haskell....* gnu/packages/haskell.scm (cl-yale-haskell): New variable. Ricardo Wurmus
2017-09-24gnu: qtractor: Update to 0.8.4....* gnu/packages/music.scm (qtractor): Update to 0.8.4. Ricardo Wurmus
2017-09-23gnu: Add rsync service....* doc/guix.texi (Networking Services): Add rsync service documentation. * gnu/services/rsync.scm (<rsync-configuration>): New file. * gnu/tests/rsync.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add new files. Signed-off-by: Christopher Baines <mail@cbaines.net> Oleg Pykhalov
2017-09-23gnu: youtube-dl: Update to 2017.09.24....* gnu/packages/video.scm (youtube-dl): Update to 2017.09.24. Tobias Geerinckx-Rice
2017-09-23gnu: weechat: Update to 1.9.1 [security fix]....* gnu/packages/irc.scm (weechat): Update to 1.9.1. Tobias Geerinckx-Rice
2017-09-23gnu: Add gnome-clocks....* gnu/packages/gnome.scm (gnome-clocks): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Mohammed Sadiq
2017-09-23gnu: Add gsound....* gnu/packages/gnome.scm (gsound): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Mohammed Sadiq
2017-09-23gnu: libgweather: Enable vala support....* gnu/packages/gnome.scm (libgweather)[native-inputs]: Add vala. (libgweather)[arguments]: Install vala bindings into out. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Mohammed Sadiq
2017-09-23gnu: Add ibutils....* gnu/packages/fabric-management.scm (ibutils): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Dave Love
2017-09-23gnu: Add infiniband-diags....* gnu/packages/fabric-management.scm (infiniband-diags): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Dave Love
2017-09-23gnu: Add opensm....* gnu/packages/fabric-management.scm: New file. * gnu/local.mk: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Dave Love
2017-09-23gnu: gnurl: Update to 7.55.1-4....* gnu/packages/gnunet.scm (gnurl): Update to 7.55.1-4. (native-inputs): Remove 'autoconf' and 'automake'. (arguments)[phases]: Remove 'autoconf' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ng0
2017-09-23gnu: python-unidecode: Fix typo in description....* gnu/packages/python.scm (python-unidecode)[description]: Fix typo. Tobias Geerinckx-Rice
2017-09-23gnu: python-unidecode: Update to 0.04.21....* gnu/packages/python.scm (python-unidecode): Update to 0.04.21. Tobias Geerinckx-Rice
2017-09-23gnu: proteinortho: Update to 5.16b....* gnu/packages/bioinformatics.scm (proteinortho): Update to 5.16b. Ben Woodcroft
2017-09-22gnu: you-get: Update to 0.4.915....* gnu/packages/video.scm (you-get): Update to 0.4.915. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Feng Shu
2017-09-22gnu: xpra: Update to 2.1.2....* gnu/packages/xorg.scm (xpra): Update to 2.1.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Rutger Helling
2017-09-22gnu: bitcoin-core: Build with modular Qt....* gnu/packages/finance.scm (bitcoin-core)[native-inputs]: Add QTTOOLS. [inputs]: Remove QT. Add QTBASE. [arguments]: Specify paths to "lrelease" and "lupdate" in #:configure-flags. Marius Bakke
2017-09-22gnu: bitcoin-core: Update to 0.15.0.1....* gnu/packages/finance.scm (bitcoin-core): Update to 0.15.0.1. Marius Bakke
2017-09-22gnu: libraw: Update to 0.18.5 [fixes CVE-2017-13735, CVE-2017-14265]....* gnu/packages/photo.scm (libraw): Update to 0.18.5. Marius Bakke
2017-09-22gnu: libsodium: Update to 1.0.14....* gnu/packages/crypto.scm (libsodium): Update to 1.0.14. [source, home-page]: Use HTTPS. Marius Bakke
2017-09-22uuid: Add a parser for FAT32 UUIDs....* gnu/system/uuid.scm (%fat32-uuid-rx): New variable. (string->fat32-uuid): New procedure. (%uuid-parsers): Add it. * tests/uuid.scm ("uuid, FAT32, format preserved"): New test. Ludovic Courtès
2017-09-22gnu: r-adaptivesparsity: Add dependency on Armadillo....Fixes a link error whereby -larmadillo would not be found. * gnu/packages/machine-learning.scm (r-adaptivesparsity)[inputs]: New field. Ludovic Courtès
2017-09-22gnu: openttd-opengfx: Disable parallel build....* gnu/packages/games.scm (openttd-opengfx)[arguments]: Set #:parallel-build? to #f. Signed-off-by: Kei Kebreau <kkebreau@posteo.net> Arun Isaac
2017-09-22gnu: openttd: Include openttd-openmsx and openttd-opensfx....* gnu/packages/games.scm (openttd-opengfx)[arguments]: Change installation directory from /share/openttd/baseset/opengfx to /share/games/openttd/baseset/opengfx. (openttd-engine)[arguments]: Support #:configure-flags keyword argument in 'configure' phase. (openttd)[inputs]: Add timidity++. [native-inputs]: Add openttd-openmsx and openttd-opensfx. [arguments]: Configure with timidity as MIDI player. Install data from openttd-openmsx and openttd-opensfx. Signed-off-by: Kei Kebreau <kkebreau@posteo.net> Arun Isaac
2017-09-22gnu: Add openttd-openmsx....* gnu/packages/games.scm (openttd-openmsx): New variable. Signed-off-by: Kei Kebreau <kkebreau@posteo.net> Arun Isaac
2017-09-22gnu: Add openttd-opensfx....* gnu/packages/games.scm (openttd-opensfx): New variable. Signed-off-by: Kei Kebreau <kkebreau@posteo.net> Arun Isaac
2017-09-22gnu: Add catcodec....* gnu/packages/game-development.scm (catcodec): New variable. Signed-off-by: Kei Kebreau <kkebreau@posteo.net> Arun Isaac
2017-09-22gnu: Use xxd instead of vim....* gnu/packages/audio.scm (faust-2)[native-inputs]: Replace vim with xxd. * gnu/packages/avr.scm (microscheme)[native-inputs]: Likewise. * gnu/packages/bioinformatics.scm (star)[native-inputs]: Likewise. * gnu/packages/disk.scm (dosfstools)[native-inputs]: Likewise. * gnu/packages/package-management.scm (diffoscope)[inputs]: Likewise. Ricardo Wurmus
2017-09-22gnu: Add xxd....* gnu/packages/vim.scm (xxd): New variable. Ricardo Wurmus
2017-09-22build: Do not store two copies of the ISO-9660 superblock anymore....* gnu/build/vm.scm (make-iso9660-image): Do not store two copies of the ISO-9660 superblock anymore. Danny Milosavljevic
2017-09-21gnu: linux-libre: Update to 4.13.3....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.3. (%linux-libre-hash): Update hash. Mark H Weaver
2017-09-21gnu: linux-libre@4.9: Update to 4.9.51....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.51. Mark H Weaver
2017-09-21gnu: linux-libre@4.1: Update to 4.1.44....* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.44. Mark H Weaver
2017-09-22services: network-manager: Add support for VPN plug-ins....* gnu/services.scm (directory-union): Export. * gnu/services/networking.scm (<network-manager-configuration>)[vpn-plugins]: New field. (vpn-plugin-directory, network-manager-environment): New procedure. (network-manager-shepherd-service): Pass #:environment-variables to 'make-forkexec-constructor'. (network-manager-service-type): Add SESSION-ENVIRONMENT-SERVICE-TYPE extension. * doc/guix.texi (Networking Services): Document it. Ludovic Courtès
2017-09-22services: Move 'session-environment-service-type' to pam.scm....* gnu/services/base.scm (environment-variables->environment-file) (session-environment-service-type) (session-environment-service): Move to... * gnu/system/pam.scm: ... here. Ludovic Courtès
2017-09-21system: <boot-parameters> does not use "/dev" device names....Fixes <https://bugs.gnu.org/28445>. Reported by Mark H Weaver and Roel Janssen. * gnu/system.scm (read-boot-parameters)[ensure-not-/dev]: New procedure. Use it. Ludovic Courtès
2017-09-21gnu: vim: Update to 8.0.1130....* gnu/packages/vim.scm (vim): Update to 8.0.1130. Marius Bakke
2017-09-21gnu: dlib: Update to 19.7....* gnu/packages/machine-learning.scm (dlib): Update to 19.7. [arguments]: Add #:configure-flags. Remove redundant CXXFLAGS from 'check' phase. Marius Bakke
2017-09-21gnu: emacs: Update to 25.3....* gnu/packages/patches/emacs-unsafe-enriched-mode-translations.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove patch. * gnu/packages/emacs.scm (emacs): Update to 25.3. [source]: Remove obsolete patch. Ricardo Wurmus
2017-09-20gnu: Add vcsh....* gnu/packages/version-control.scm (vcsh): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Stefan Reichör
2017-09-20gnu: openfoam: Fix typo in Note....* gnu/packages/simulation.scm (openfoam): Put capital 'D' in 'pitzDaily'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Paul Garlick
2017-09-20gnu: Add network-manager-openvpn....* gnu/packages/gnome.scm (network-manager-openvpn): New variable. Ludovic Courtès
2017-09-20gnu: virt-manager: Update to 1.4.3....* gnu/packages/virtualization.scm (virt-manager): Update to 1.4.3. Tobias Geerinckx-Rice
2017-09-20gnu: gnuastro: Update to 0.4....* gnu/packages/astronomy.scm (gnuastro): Update to 0.4. Tobias Geerinckx-Rice
2017-09-20gnu: wcslib: Use HTTPS home page....* gnu/packages/astronomy.scm (wcslib)[home-page]: Use HTTPS. Tobias Geerinckx-Rice