summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* gnu: Add Enki.•••* gnu/packages/robotics.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès2018-01-302-1/+69
* gnu: Add Dashel.•••* gnu/packages/cpp.scm (dashel): New variable. Ludovic Courtès2018-01-301-0/+24
* gnu: fftw: Add "fftw-avx" optimized variant.•••* gnu/packages/algebra.scm (fftw-avx): New variable. Ludovic Courtès2018-01-301-0/+23
* gnu: fftw: Add version 3.3.7.•••* gnu/packages/algebra.scm (fftw-3.3.7): New variable. Ludovic Courtès2018-01-301-1/+15
* gnu: linux-libre: Update to 4.15, while retaining 4.14 LTS.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15. (%linux-libre-hash): Update hash. (%linux-libre-arm-generic-4.14, %linux-libre-arm-omap2plus-4.14) (%linux-libre-4.1-version, %linux-libre-4.1-hash): New variables. * 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: New files. * Makefile.am (AUX_FILES): Add them. Mark H Weaver2018-01-304-3/+27447
* gnu: linux-libre: Update configuration files to latest releases.•••* gnu/packages/aux-files/linux-libre/4.14-i686.conf, gnu/packages/aux-files/linux-libre/4.14-x86_64.conf, gnu/packages/aux-files/linux-libre/4.9-i686.conf, gnu/packages/aux-files/linux-libre/4.9-x86_64.conf, gnu/packages/aux-files/linux-libre/4.4-i686.conf, gnu/packages/aux-files/linux-libre/4.4-x86_64.conf, gnu/packages/aux-files/linux-libre/4.1-i686.conf, gnu/packages/aux-files/linux-libre/4.1-x86_64.conf: Update using "make oldconfig" on the latest point releases. Mark H Weaver2018-01-308-48/+61
* gnu: linux-libre: NVME core support is now built-in.•••* gnu/system/linux-initrd.scm (base-initrd)[linux-modules]: Remove "nvme". * gnu/packages/aux-files/linux-libre/4.1-i686.conf, gnu/packages/aux-files/linux-libre/4.1-x86_64.conf, gnu/packages/aux-files/linux-libre/4.4-i686.conf, gnu/packages/aux-files/linux-libre/4.4-x86_64.conf: Set CONFIG_BLK_DEV_NVME=y. * gnu/packages/aux-files/linux-libre/4.9-i686.conf, gnu/packages/aux-files/linux-libre/4.9-x86_64.conf, gnu/packages/aux-files/linux-libre/4.14-arm.conf, gnu/packages/aux-files/linux-libre/4.14-i686.conf, gnu/packages/aux-files/linux-libre/4.14-x86_64.conf: Set CONFIG_BLK_DEV_NVME=y and CONFIG_NVME_CORE=y. Mark H Weaver2018-01-3010-15/+14
* gnu: Add mongo-tools.•••* gnu/packages/databases.scm (mongo-tools): New variable. Christopher Baines2018-01-301-0/+86
* gnu: Add go-github.com-nsf-termbox-go.•••* gnu/packages/terminals.scm (go-github.com-nsf-termbox-go): New variable. Christopher Baines2018-01-301-0/+30
* gnu: Add go-github.com-mattn-go-runewidth.•••* gnu/packages/textutils.scm (go-github.com-mattn-go-runewidth): New variable. Christopher Baines2018-01-301-0/+24
* gnu: Add go-gopkg.in-tomb.v2.•••* gnu/packages/golang.scm (go-gopkg.in-tomb.v2): New variable. Christopher Baines2018-01-301-0/+25
* gnu: Add go-gopkg.in-mgo.v2.•••* gnu/packages/databases.scm (go-gopkg.in-mgo.v2): New variable. Christopher Baines2018-01-301-0/+46
* gnu: Add daemontools.•••* gnu/packages/admin.scm (daemontools): New variable. Christopher Baines2018-01-301-0/+43
* gnu: Add go-gopkg.in-check.v1.•••* gnu/packages/check.scm (go-gopkg.in-check.v1): New variable. Christopher Baines2018-01-301-0/+25
* gnu: Add go-github.com-jessevdk-go-flags.•••* gnu/packages/golang.scm (go-github.com-jessevdk-go-flags): New variable. Christopher Baines2018-01-301-0/+25
* gnu: Add go-github.com-howeyc-gopass.•••* gnu/packages/terminals.scm (go-github.com-howeyc-gopass): New variable. Christopher Baines2018-01-301-0/+28
* gnu: Add go-golang.org-x-crypto-ssh-terminal.•••* gnu/packages/terminals.scm (go-golang.org-x-crypto-ssh-terminal): New variable. Christopher Baines2018-01-301-0/+37
* gnu: libdvdcss: Update to 1.4.1.•••* gnu/packages/video.scm (libdvdcss): Update to 1.4.1. Tobias Geerinckx-Rice2018-01-301-2/+2
* gnu: libbluray: Update to 1.0.2.•••* gnu/packages/video.scm (libbluray): Update to 1.0.2. [arguments]: Add `refer-to-libxml2-in-.pc-file' phase. Tobias Geerinckx-Rice2018-01-301-2/+13
* gnu: mate-themes: Update to 3.22.14.•••* gnu/packages/mate.scm (mate-themes): Update to 3.22.14. Tobias Geerinckx-Rice2018-01-301-2/+3
* gnu: jansson: Update to 2.10.•••* gnu/packages/web.scm (jansson): Update to 2.10. Tobias Geerinckx-Rice2018-01-301-2/+2
* gnu: nginx: Update to 1.13.8.•••* gnu/packages/web.scm (nginx): Update to 1.13.8. Tobias Geerinckx-Rice2018-01-301-4/+4
* gnu: nginx: Fix typo in description.•••* gnu/packages/web.scm (nginx)[description]: Add hyphen. Tobias Geerinckx-Rice2018-01-301-1/+1
* gnu: nginx, nginx-documentation: End phases with #t.•••* gnu/packages/web.scm (nginx, nginx-documentation)[arguments]: End phases with #t. Substitute INVOKE for SYSTEM*. Tobias Geerinckx-Rice2018-01-301-3/+6
* gnu: uhttpmock: Update to 0.5.1.•••* gnu/packages/web.scm (uhttpmock): Update to 0.5.1. Tobias Geerinckx-Rice2018-01-301-2/+2
* gnu: uwsgi: Update to 2.0.15.•••* gnu/packages/web.scm (uwsgi): Update to 2.0.15. Tobias Geerinckx-Rice2018-01-301-2/+2
* gnu: stunnel: Update to 5.44.•••* gnu/packages/web.scm (stunnel): Update to 5.44. Tobias Geerinckx-Rice2018-01-301-2/+2
* gnu: hiawatha: Update to 10.7.•••* gnu/packages/web.scm (hiawatha): Update to 10.7. Tobias Geerinckx-Rice2018-01-301-2/+2
* gnu: rsync: Update to 3.1.3.•••* gnu/packages/rsync.scm (rsync): Update to 3.1.3. [source]: Remove patches for fixed CVEs. [properties]: Remove field. * packages/patches/rsync-CVE-2017-16548.patch: Delete file. * packages/patches/rsync-CVE-2017-17433.patch: Delete file. * packages/patches/rsync-CVE-2017-17433-fix-tests.patch: Delete file. * packages/patches/rsync-CVE-2017-17434-pt1.patch: Delete file. * packages/patches/rsync-CVE-2017-17434-pt2.patch: Likewise. * gnu/local.mk (dist_patch_DATA): Remove them. Tobias Geerinckx-Rice2018-01-307-200/+3
* gnu: procenv: Find 'check' during configure phase.•••* gnu/packages/linux.scm (procenv)[native-inputs]: Add pkg-config. Efraim Flashner2018-01-301-0/+1
* gnu: python-uniseg: Switch to PyPi source to get missing ucd.sqlite3.•••Fixes <https://bugs.gnu.org/30189>. * gnu/packages/python.scm (python-uniseg)[source]: Fetch from PyPi. [native-inputs]: Add unzip. Signed-off-by: Leo Famulari <leo@famulari.name> Ben Sturmfels2018-01-301-4/+4
* gnu: godot: Update to 3.0.•••* gnu/packages/game-development.scm (godot): Update to 3.0. [inputs]: Add libxi. David Thompson2018-01-291-2/+4
* gnu: libsepol: Fix build on non-x86_64.•••* gnu/packages/selinux.scm (libsepol)[arguments]: Add phase "portability". (checkpolicy, libselinux, libsemanage, secilc, python-sepolgen, python-setools, policycoreutils)[arguments]: Remove inherited phase "portability". Ricardo Wurmus2018-01-291-1/+15
* gnu: Add badass.•••* gnu/packages/games.scm (badass): New variable. ng02018-01-291-1/+28
* gnu: libpinyin: Update to 2.1.91.•••* gnu/packages/ibus.scm (libpinyin): Update to 2.1.91. Tobias Geerinckx-Rice2018-01-291-2/+3
* gnu: ibus: Don't capitalise pinyin.•••* gnu/packages/ibus.scm (ibus-libpinyin, libpinyin)[synopis] [description]: Write `pinyin'. Tobias Geerinckx-Rice2018-01-291-3/+3
* doc, gnu: Fix spelling of screen-things.•••* doc/guix.texi (X Window): Write 'screen locker' and 'screen saver' in prose. * gnu/services/xorg.scm (screen-locker-service): Likewise. Tobias Geerinckx-Rice2018-01-291-1/+1
* gnu: tiled: Update to 1.1.1.•••* gnu/packages/game-development.scm (tiled): Update to 1.1.1. David Thompson2018-01-291-2/+2
* gnu: gcide: Update to 0.52.•••* gnu/packages/dictionaries.scm (gcide): Update to 0.52. Efraim Flashner2018-01-291-3/+3
* gnu: dico: Update to 2.5.•••* gnu/packages/dico.scm (dico): Update to 2.5. [inputs]: Add wordnet. Efraim Flashner2018-01-291-4/+4
* gnu: nano: Update to 2.9.3.•••* gnu/packages/nano.scm (nano): Update to 2.9.3. Efraim Flashner2018-01-291-3/+3
* gnu: irssi: Update to 1.1.0.•••* gnu/packages/irc.scm (irssi): Update to 1.1.0. Efraim Flashner2018-01-291-3/+3
* gnu: wireshark: Update to 2.4.4 [fixes CVE-2018-{5334,5335,5336}].•••* gnu/packages/networking.scm (wireshark): Update to 2.4.4. Leo Famulari2018-01-281-2/+2
* gnu: Add groovy-emacs-modes.•••* gnu/packages/emacs.scm (groovy-emacs-modes): New variable. Christopher Baines2018-01-291-0/+24
* gnu: Add golly.•••* gnu/packages/games.scm (golly): New variable. Kei Kebreau2018-01-281-1/+89
* gnu: lvm2: Update to 2.02.177.•••* gnu/packages/linux.scm (lvm2): Update to 2.02.177. Tobias Geerinckx-Rice2018-01-291-2/+2
* gnu: haveged: Update to 1.9.2.•••* gnu/packages/linux.scm (haveged): Update to 1.9.2. Tobias Geerinckx-Rice2018-01-291-2/+2
* gnu: fbcat: Update to 0.5.1.•••* gnu/packages/linux.scm (fbcat): Update to 0.5.1. [native-inputs]: Remove field. [arguments]: Add PREFIX to #:make-flags. Remove `fix-docbook-location' and `build-documentation' phases. Let the Makefile install everything. Add a `split-fbgrab-output' to clean up. Tobias Geerinckx-Rice2018-01-291-29/+13
* gnu: c-toxcore: Update to 0.1.11.•••* gnu/packages/messaging.scm (c-toxcore): Update to 0.1.11. Tobias Geerinckx-Rice2018-01-291-3/+3
* gnu: slepc: Update to 3.8.2.•••* gnu/packages/maths.scm (slepc): Update to 3.8.2. Tobias Geerinckx-Rice2018-01-291-2/+2