aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
...
| * gnu: Add python-ont-fast5-api.Ricardo Wurmus2019-07-15
| | | | | | | | * gnu/packages/bioinformatics.scm (python-ont-fast5-api): New variable.
| * gnu: Add python-progressbar33.Ricardo Wurmus2019-07-15
| | | | | | | | * gnu/packages/python-xyz.scm (python-progressbar33): New variable.
| * gnu: rkflashtool: Update to 5.2-1.8966c4e.Efraim Flashner2019-07-15
| | | | | | | | | | | | * gnu/packages/flashing-tools.scm (rkflashtool): Update to 5.2-1.8966c4e. [version]: Use 'git-version'. [source]: Use 'git-file-name'.
| * gnu: guile-bootstrap: Use the new 'derivation' calling convention.Ludovic Courtès2019-07-15
| | | | | | | | | | | | * gnu/packages/bootstrap.scm (raw-build): In 'derivation' call, distinguish #:inputs from #:sources, passing a list of <derivation-input> as #:inputs.
| * gnu: linux-libre: Fix build on aarch64.Pierre Langlois2019-07-14
| | | | | | | | | | * gnu/packages/linux.scm (make-linux-libre)[arguments]: Remove 'work-around-gcc-7-include-path-issue phase.
| * gnu: linux-libre: Update to 5.2.Mark H Weaver2019-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 5.2. (%linux-libre-hash): Update hash. * linux-libre-5.1: Rename to ... * linux-libre-5.2: ... this. Use %linux-libre-5.2-patches. * linux-libre: Switch to linux-libre-5.2. * linux-libre-arm-veyron, linux-libre-arm-generic, linux-libre-arm-omap2plus: Use %linux-libre-5.2-patches. * linux-libre-headers-5.1: Rename to ... * linux-libre-headers-5.2: ... this. * %linux-libre-5.1-patches: Rename to ... * %linux-libre-5.2-patches: ... this. * gnu/packages/aux-files/linux-libre/5.1-arm-veyron.conf, gnu/packages/aux-files/linux-libre/5.1-arm.conf, gnu/packages/aux-files/linux-libre/5.1-arm64.conf, gnu/packages/aux-files/linux-libre/5.1-i686.conf, gnu/packages/aux-files/linux-libre/5.1-x86_64.conf: Delete files. * gnu/packages/aux-files/linux-libre/5.2-arm-veyron.conf, gnu/packages/aux-files/linux-libre/5.2-arm.conf, gnu/packages/aux-files/linux-libre/5.2-arm64.conf, gnu/packages/aux-files/linux-libre/5.2-i686.conf, gnu/packages/aux-files/linux-libre/5.2-x86_64.conf: New files. * Makefile.am (AUX_FILES): Update accordingly.
| * gnu: Add emacs-elpher.Arun Isaac2019-07-14
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-elpher): New variable.
| * gnu: nzbget: Update to 21.0.Rutger Helling2019-07-14
| | | | | | | | * gnu/packages/networking.scm (nzbget): Update to 21.0.
| * gnu: Add evisum.Efraim Flashner2019-07-14
| | | | | | | | * gnu/packages/enlightenment.scm (evisum): New variable.
| * gnu: Add s-tui.Christopher Baines2019-07-13
| | | | | | | | * gnu/packages/admin.scm (s-tui): New variable.
| * gnu: python-rpy2: Update to 3.0.4-1.19868a8.Ricardo Wurmus2019-07-13
| | | | | | | | | | | | | | | | | | * gnu/packages/statistics.scm (python-rpy2): Update to 3.0.4-1.19868a8. [source]: Fetch from repository. [propagated-inputs]: Add python-cffi, python-numpy, python-pandas, python-ipython, and python-tzlocal. [native-inputs]: Add python-pytest. [arguments]: Set TZ variable and use pytest to run the tests.
| * gnu: Add pngquant.Hartmut Goebel2019-07-13
| | | | | | | | * gnu/packages/image.scm (pngquant): New variable.
| * gnu: Add libimagequant.Hartmut Goebel2019-07-13
| | | | | | | | * gnu/packages/image.scm (libimagequant): New variable.
| * gnu: docker-compose: Update to 1.24.1.Jacob MacDonald2019-07-13
| | | | | | | | | | | | * gnu/packages/docker.scm (docker-compose): Update to 1.24.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: python-docker-py: Update to 3.7.3.Jacob MacDonald2019-07-13
| | | | | | | | | | | | | | | | | | * gnu/packages/docker.scm (python-docker-py): Update to 3.7.3. [inputs]: Use PYTHON-REQUESTS-2.20 instead of PYTHON-REQUESTS. Add PYTHON-DOCKER-PYCREDS, PYTHON-IPADDRESS, PYTHON-PARAMIKO, and PYTHON-URLLIB3-1.24. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: python-dockerpty: Update to 0.4.1.Jacob MacDonald2019-07-13
| | | | | | | | | | | | * gnu/packages/docker.scm (python-dockerpty): Update to 0.4.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: python-docker-pycreds: Update to 0.4.0.Jacob MacDonald2019-07-13
| | | | | | | | | | | | * gnu/packages/docker.scm (python-docker-pycreds): Update to 0.4.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: python-texttable: Update to 0.9.1.Jacob MacDonald2019-07-13
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-texttable): Update to 0.9.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-requests-2.20.Jacob MacDonald2019-07-13
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-requests-2.20): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-idna-2.7.Jacob MacDonald2019-07-13
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-idna-2.7): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-urllib3-1.24.Jacob MacDonald2019-07-13
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-urllib3-1.24): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-cached-property.Jacob MacDonald2019-07-13
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-cached-property): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: rush: Update to 2.1.Ludovic Courtès2019-07-13
| | | | | | | | * gnu/packages/rush.scm (rush): Update to 2.1.
| * gnu: pigx-rnaseq: Update to 0.0.10.Ricardo Wurmus2019-07-13
| | | | | | | | * gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.10.
| * gnu: wcslib: Update to 6.2.Tobias Geerinckx-Rice2019-07-13
| | | | | | | | | | * gnu/packages/astronomy.scm (wcslib): Update to 6.2. [arguments]: Add #:configure-flags to find CFITSIO.
| * gnu: wcslib: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-07-13
| | | | | | | | * gnu/packages/astronomy.scm (wcslib)[source]: Hard-code NAME.
| * gnu: guile-wisp: fix urlArne Babenhauserheide2019-07-12
| | | | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-wisp): add www to url (required due to hoster-changes) Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: wisp: update to 1.0.2.Arne Babenhauserheide2019-07-12
| | | | | | | | | | | | * gnu/packages/guile-xyz (wisp): update to version 1.0.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: cmus: Support AAC format.Timotej Lazar2019-07-12
| | | | | | | | | | | | * gnu/packages/music.scm (cmus)[inputs]: Add faad2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add emacs-gitlab-ci-mode.Oleg Pykhalov2019-07-13
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-gitlab-ci-mode): New variable.
| * gnu: Add emacs-matcha.Oleg Pykhalov2019-07-13
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-matcha): New variable.
| * gnu: Blender: Update to 2.80-rc1.Leo Famulari2019-07-12
| | | | | | | | * gnu/packages/graphics.scm (blender): Update to 2.80-rc1.
| * gnu: OpenImageIO: Update to 1.8.17.Leo Famulari2019-07-12
| | | | | | | | | | | | * gnu/packages/graphics.scm (openimageio): Update to 1.8.17. (openimageio-1.7): New variable. (blender-2.79)[inputs]: Use openimageio-1.7.
| * gnu: Add aptdec.Arun Isaac2019-07-12
| | | | | | | | * gnu/packages/ham-radio.scm (aptdec): New variable.
| * gnu: Add grisbi.Tanguy Le Carrour2019-07-12
| | | | | | | | | | | | * gnu/packages/finance.scm (grisbi): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
| * gnu: rust: Fix hash.Tobias Geerinckx-Rice2019-07-12
| | | | | | | | | | | | | | I don't know what the previous hash described, but the signature on this one is valid. * gnu/packages/rust.scm (rust)[source]: Update hash.
| * gnu: rust: Update to 1.36.0.Ivan Petkov2019-07-11
| | | | | | | | | | | | * gnu/packages/rust.scm (rust): Rename to... (rust-1.35): ...this. (rust): New variable.
| * gnu: certbot, python-acme: Update to 0.35.1.Leo Famulari2019-07-11
| | | | | | | | * gnu/packages/tls.scm (certbot, python-acme): Update to 0.35.1.
* | gnu: multipath-tools: Treat libaio headers as system headers.Marius Bakke2019-07-17
| | | | | | | | | | * gnu/packages/linux.scm (multipath-tools)[arguments]: Set C_INCLUDE_PATH in <#:make-flags>.
* | gnu: ceph: Fix build with recent CMake.Marius Bakke2019-07-17
| | | | | | | | | | | | * gnu/packages/storage.scm (ceph)[arguments]: Drop "-DENABLE_SHARED" from <#:configure-flags> in favor of "-DBUILD_SHARED_LIBS". Add phase to remove installed test executables.
* | gnu: nanopolish: Fix build with GCC 7.Marius Bakke2019-07-17
| | | | | | | | | | * gnu/packages/bioinformatics.scm (nanopolish)[arguments]: Preserve the existing CPATH variable, if any.
* | gnu: evolution-data-server: Remove obsolete workaround.Marius Bakke2019-07-16
| | | | | | | | | | * gnu/packages/gnome.scm (evolution-data-server)[arguments]: Do not pass "-DU_USING_ICU_NAMESPACE" in <#:configure-flags>.
* | gnu: evolution-data-server: Update to 3.30.5.Kei Kebreau2019-07-16
| | | | | | | | | | * gnu/packages/gnome.scm (evolution-data-server): Update to 3.30.5. [arguments]: Remove "-std=gnu++11" configure flag. Disable more failing tests.
* | gnu: evolution: Update to 3.30.5.Kei Kebreau2019-07-16
| | | | | | | | | | | | * gnu/packages/gnome.scm (evolution): Update to 3.30.5. [arguments]: Add "patch-ui-module-dir", "glib-or-gtk-compile-schemas" and "glib-or-gtk-wrap" phases.
* | gnu: Qt@4: Build with GCC 5 and OpenSSL 1.0.Marius Bakke2019-07-16
| | | | | | | | | | * gnu/packages/qt.scm (qt-4)[inputs]: Replace OPENSSL with OPENSSL-1.0. [native-inputs]: Add GCC-5.
* | gnu: evolution-data-server: Fix locale handling.Timothy Sample2019-07-16
| | | | | | | | | | * gnu/packages/gnome.scm (evolution-data-server)[arguments]: Add a phase that patches the source code to fix a locale handling issue.
* | gnu: libnsl: Do not build 'libnsl.a'.Marius Bakke2019-07-15
| | | | | | | | * gnu/packages/onc-rpc.scm (libnsl)[arguments]: Add <#:configure-flags>.
* | gnu: libnsl: Fix build with gettext 0.20.Marius Bakke2019-07-15
| | | | | | | | * gnu/packages/onc-rpc.scm (libnsl)[arguments]: New field.
* | gnu: sooperlooper: Adjust for GCC 7.Marius Bakke2019-07-15
| | | | | | | | | | * gnu/packages/music.scm (sooperlooper)[arguments]: Remove <#:make-flags>. Preserve CPATH in <#:phases>.
* | gnu: Adjust CPATH overrides to work with GCC 7 search paths.Marius Bakke2019-07-15
| | | | | | | | | | | | | | * gnu/packages/education.scm (gcompris)[arguments]: Preserve original CPATH, if any. * gnu/packages/games.scm (ltris, prboom-plus, abbaye, red-eclipse, btanks, 4dtris, edgar)[arguments]: Likewise.