summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* doc: Fix "desktop" OS config example.•••* gnu/system/examples/desktop.tmpl (file-systems): Add 'file-system-label' call in 'device' field. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Laura Lazzati2018-12-031-1/+1
* gnu: emacs-helm-company: Update to 0.2.3.•••* gnu/packages/emacs.scm (emacs-helm-company): Update to 0.2.3. Pierre Neidhardt2018-12-031-3/+3
* Merge branch 'core-updates'Ludovic Courtès2018-12-03174-2832/+4288
|\
| * gnu: rust: Remove flaky test.•••* gnu/packages/rust.scm (rust-1.22)[arguments]<#:phases>[remove-flaky-test]: New phase. Danny Milosavljevic2018-12-021-2/+14
| * gnu: openfoam: Adjust for glibc 2.28.•••* gnu/packages/simulation.scm (openfoam)[source](modules, snippet): New fields. Ludovic Courtès2018-12-021-1/+10
| * gnu: blender: Use newer ffmpeg.•••* gnu/packages/graphics.scm (blender)[source]: Add patch for newer ffmpeg compatability. [inputs]: Replace ffmpeg-2.8 with ffmpeg. * gnu/packages/patches/blender-newer-ffmpeg.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2018-11-303-2/+84
| * Merge branch 'master' into core-updatesMarius Bakke2018-11-2937-281/+1372
| |\
| * | gnu: kmscon: Don't invoke './configure' during bootstrap.•••* gnu/packages/terminals.scm (kmscon)[arguments]: Change 'autogen.sh' phase to replace 'bootstrap' and set the $NOCONFIGURE environment variable. Marius Bakke2018-11-291-2/+3
| * | gnu: lirc: Build reproducibly.•••* gnu/packages/patches/lirc-reproducible-build.patch: New file. * gnu/packages/lirc.scm (lirc)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it. Ludovic Courtès2018-11-293-1/+75
| * | gnu: rust: Shorten patch file name.•••This file name was too long to fit in a tar archive. * gnu/packages/patches/rust-mdbook-support-reproducible-builds-by-forcing-window.search.patch: Rename to... * gnu/packages/patches/rust-reproducible-builds.patch: ... this. * gnu/packages/rust.scm (rust-1.27, rust): Adjust accordingly. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Ludovic Courtès2018-11-293-3/+3
| * | gnu: libbonobo: Build sequentially.•••See <https://berlin.guixsd.org/log/5mr1fyac5kyz41zwmnf4b0wm7vl42ryv-libbonobo-2.32.1> for an example of a parallel build failure: CCLD echo-client-2 CCLD bonobo-echo-2 ld: libEcho.a(Bonobo_Sample_Echo-stubs.o): in function `Bonobo_Sample_Echo_echo': /tmp/guix-build-libbonobo-2.32.1.drv-0/libbonobo-2.32.1/samples/echo/Bonobo_Sample_Echo-stubs.c:12: undefined reference to `Bonobo_Sample_Echo__iinterface' ld: /tmp/guix-build-libbonobo-2.32.1.drv-0/libbonobo-2.32.1/samples/echo/Bonobo_Sample_Echo-stubs.c:12: undefined reference to `Bonobo_Sample_Echo__classid' ld: /tmp/guix-build-libbonobo-2.32.1.drv-0/libbonobo-2.32.1/samples/echo/Bonobo_Sample_Echo-stubs.c:12: undefined reference to `_ORBIT_skel_small_Bonobo_Sample_Echo_echo' collect2: error: ld returned 1 exit status make[3]: *** [Makefile:488: echo-client-2] Error 1 * gnu/packages/gnome.scm (libbonobo)[arguments]: Add #:parallel-build?. Ludovic Courtès2018-11-291-1/+8
| * | gnu: orbit2: Specify upstream name.•••* gnu/packages/gnome.scm (orbit2)[properties]: New field. Ludovic Courtès2018-11-271-1/+2
| * | gnu: orbit2: Do not build static libraries.•••* gnu/packages/gnome.scm (orbit2)[arguments]: Add "--disable-static" to #:configure-flags. Ludovic Courtès2018-11-271-3/+7
| * | gnu: mono: Make build reproducible.•••* gnu/packages/patches/mono-mdoc-timestamping.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/mono.scm (mono)[source]: Use patch. [arguments]<#:phases>[make-reproducible]: New phase. <#:phases>[set-env]: Set SOURCE_DATE_EPOCH. Danny Milosavljevic2018-11-273-1/+26
| * | gnu: mono: End phase with #t.•••* gnu/packages/mono.scm (mono)[arguments]<#:phases>[set-env]: End with #t. Danny Milosavljevic2018-11-261-1/+2
| * | gnu: adb: Fix build with glibc 2.28.•••* gnu/packages/android.scm (android-platform-version): Use "7.1.2_r36". (android-platform-system-core): Update sha256 hash value (for 7.1.2_r36). (android-platform-bionic): Update sha256 hash value (for 7.1.2_r36). Danny Milosavljevic2018-11-261-3/+3
| * | gnu: python-tblib: Use invoke.•••* gnu/packages/python.scm (python-tblib)[arguments]<#:phases>[check]: Use invoke. Danny Milosavljevic2018-11-261-1/+1
| * | gnu: mono: Fix build with glibc 2.28.•••* gnu/packages/mono.scm (mono)[arguments]<#:phases>[fix-includes]: New phase. Danny Milosavljevic2018-11-261-0/+7
| * | gnu: ams-lv2: Always return #t from phase remove-sse-flags.•••* gnu/packages/music.scm (ams-lv2)[arguments]: Use '(unless' instead of '(when (not'. Return with #t as last value from phase 'remove-sse-flags'. Björn Höfling2018-11-261-4/+4
| * | gnu: ams-lv2: Fix error in configure phase.•••Python 3.7 introduced PEP 479. That raised an error in an old waf-script included in the package. An updated waf-script was found in a newer commit that fixes the problem. * gnu/packages/music.scm (ams-lv2)[sources]: Update, using two more commits than version 1.2.1. Björn Höfling2018-11-261-38/+44
| * | gnu: aegisub: Fix build.•••* gnu/packages/patches/aegisub-boost68.patch: New file * gnu/local.mk: Add it. * gnu/packages/video.scm (aegisub)[source]: Use patch. Björn Höfling2018-11-253-1/+38
| * | gnu: randomjungle: Do not build static binaries.•••* gnu/packages/patches/randomjungle-disable-static-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/machine-learning.scm (randomjungle)[source](patches): Add it. [arguments]: Add "--disable-static" to #:configure-flags. Marius Bakke2018-11-253-1/+18
| * | gnu: python2-gevent: Fix compilation.•••* gnu/packages/python.scm (python-gevent)[arguments]: Add (ice-9 match) to #:modules. In 'do-not-use-bundled-sources' phase, use 'scandir' to avoid hard-coded include directory name. [properties]: New field. (python2-gevent): Add 'native-inputs' and 'arguments' fields. Ludovic Courtès2018-11-251-5/+30
| * | gnu: libreoffice: Fix build with MDDS 1.4 and Orcus 0.14.•••* gnu/packages/libreoffice.scm (libreoffice)[source](patches): Add two patches from Arch Linux. [arguments]: Add substitutions so the libraries are found. Marius Bakke2018-11-251-2/+35
| * | gnu: libetonyek: Fix build against mdds 1.4.•••* gnu/packages/libreoffice.scm (libetonyek)[arguments]: Add phase to substitute mdds version. Adjust #:configure-flags accordingly. Marius Bakke2018-11-251-1/+10
| * | gnu: orcus: Update to 0.14.1.•••* gnu/packages/libreoffice.scm (orcus): Update to 0.14.1. Marius Bakke2018-11-251-2/+2
| * | gnu: ixion: Update to 0.14.1.•••* gnu/packages/libreoffice.scm (ixion): Update to 0.14.1. Marius Bakke2018-11-251-2/+2
| * | gnu: mdds: Update to 1.4.3.•••* gnu/packages/boost.scm (mdds): Update to 1.4.3. Marius Bakke2018-11-251-2/+2
| * | gnu: python2-numpy@1.8: Provide "python2-nose".•••Also remove other native-inputs since they appear unnecessary. * gnu/packages/python.scm (python2-numpy-1.8)[native-inputs]: New field. Marius Bakke2018-11-251-0/+2
| * | gnu: diffoscope: Update to 106.•••* gnu/packages/package-management.scm (diffoscope): Update to 106. Julien Lepiller2018-11-251-2/+2
| * | gnu: diffoscope: Fix test failure.•••* gnu/packages/package-management.scm (diffoscope)[arguments]: Remove failing Berkeley DB test. Julien Lepiller2018-11-251-0/+6
| * | Merge branch 'master' into core-updatesMarius Bakke2018-11-249-343/+430
| |\ \
| * | | gnu: python-pika: Update to 0.12.0.•••* gnu/packages/python.scm (python-pika): Update to 0.12.0. Marius Bakke2018-11-241-2/+2
| * | | gnu: bless: Adjust to zlib static output.•••* gnu/packages/bioinformatics.scm (bless)[inputs]: Add ZLIB:STATIC. [arguments]: Adjust #:make-flags accordingly. Marius Bakke2018-11-241-1/+2
| * | | gnu: adb: Fix FTBFS with Glibc 2.28.•••* gnu/packages/android.scm (adb)[arguments]: Add phase 'glibc-compat'. Marius Bakke2018-11-241-0/+7
| * | | gnu: python2-fasteners: Propagate python2-futures.•••* gnu/packages/python.scm (python-fasteners)[properties]: New field. (python2-fasteners)[propagated-inputs]: Add PYTHON2-FUTURES. Marius Bakke2018-11-241-1/+7
| * | | gnu: python2-futures: Update to 3.2.0.•••* gnu/packages/python.scm (python2-futures): Update to 3.2.0. Marius Bakke2018-11-241-2/+2
| * | | gnu: python2-futures: Disable tests.•••* gnu/packages/python.scm (python2-futures)[arguments]: Set #:test? #f. Marius Bakke2018-11-241-1/+9
| * | | gnu: python-pycurl: Fix FTBFS from 7b844100464633db5455a3931858bb57c9e529e6.•••* gnu/packages/python-web.scm (python-pycurl)[arguments]: Add phase 'configure-tls-backend'. Marius Bakke2018-11-241-1/+9
| * | | gnu: ledger: Fix build with Boost >= 1.68.•••* gnu/packages/finance.scm (ledger)[arguments]: Add phase 'boost-compat. Marius Bakke2018-11-241-0/+7
| * | | gnu: mosaik: Fix FTBFS from b90289dadc8ee15848ce911a2bdcd3ae8302d58c.•••* gnu/packages/bioinformatics.scm (mosaik)[inputs]: Add ZLIB:STATIC. Marius Bakke2018-11-241-0/+1
| * | | gnu: python-cheetah: Update to 3.1.0.•••* gnu/packages/python.scm (python2-cheetah): Rename to ... (python-cheetah): ... this. Update to 3.1.0. [arguments]: Add custom 'check' phase. [propagated-inputs]: Change PYTHON2-MARKDOWN to PYTHON-MARKDOWN. (python2-cheetah): Rewrite in terms of PACKAGE-WITH-PYTHON2. Marius Bakke2018-11-241-7/+40
| * | | gnu: python2-cheetah: Update home page.•••* gnu/packages/python.scm (python-cheetah)[home-page]: Update to current. Marius Bakke2018-11-241-1/+1
| * | | gnu: rust: Don't depend on 'git'.•••* gnu/packages/rust.scm (rust-1.19)[inputs]: Remove GIT. (rust-1.20)[arguments]: Disable Cargo tests that require git. (rust-1.26)[arguments]: Likewise. Marius Bakke2018-11-241-2/+13
| * | | gnu: mariadb: Update to 10.1.37 [security fixes].•••This release fixes CVE-2018-3282, CVE-2018-3174, CVE-2018-3143, CVE-2018-3156, and CVE-2018-3251. See <https://mariadb.com/kb/en/library/mariadb-10137-release-notes/> for details. * gnu/packages/databases.scm (mariadb): Update to 10.1.37. Marius Bakke2018-11-241-2/+2
| * | | Merge branch 'master' into core-updatesMarius Bakke2018-11-2421-35/+2407
| |\ \ \
| * | | | gnu: pt-scotch, pt-scotch32: Add Open MPI setup phase.•••* gnu/packages/maths.scm (pt-scotch)[arguments]: Use 'invoke' instead of 'system*'. Add 'mpi-setup' phase. (pt-scotch32)[arguments]: Likewise. Ludovic Courtès2018-11-231-16/+17
| * | | | gnu: pigx-scrnaseq: Use latest snakemake.•••* gnu/packages/bioinformatics.scm (pigx-scrnaseq)[inputs]: Replace snakemake-4 with snakemake. Ricardo Wurmus2018-11-231-1/+1
| * | | | gnu: pigx-bsseq: Use latest snakemake.•••* gnu/packages/bioinformatics.scm (pigx-bsseq)[inputs]: Replace snakemake-4 with snakemake. Ricardo Wurmus2018-11-231-1/+1
| * | | | gnu: pigx-chipseq: Use latest snakemake.•••* gnu/packages/bioinformatics.scm (pigx-chipseq)[inputs]: Replace snakemake-4 with snakemake. Ricardo Wurmus2018-11-231-1/+1