summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: go@1.4: Build with binutils-gold on armhf and aarch64.Efraim Flashner2019-02-04
| | | | | * gnu/packages/golang.scm (go@1.4)[native-inputs]: Add binutils-gold for armhf-linux and aarch64-linux.
* gnu: Add binutils-gold.Efraim Flashner2019-02-04
| | | | | | This commit is thanks to Guix Days. * gnu/packages/base.scm (binutils-gold): New variable.
* gnu: u-boot: Update to 2019.01.Vagrant Cascadian2019-02-04
| | | | | | | | | | | | | * gnu/packages/bootloaders.scm (u-boot): Update to 2019.01. (u-boot-tools): Disable CONFIG_SOUND in sandbox configs. (u-boot-pinebook)[source]: Remove patches. * gnu/packages/patches/u-boot-pinebook-a64-update-dts.patch, gnu/packages/patches/u-boot-pinebook-dts.patch, gnu/packages/patches/u-boot-pinebook-mmc-calibration.patch, gnu/packages/patches/u-boot-pinebook-r_i2c-controller.patch, gnu/packages/patches/u-boot-pinebook-syscon-node.patch, gnu/packages/patches/u-boot-pinebook-video-bridge.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust as necessary.
* gnu: efilinux: Fix indentation of source code.Danny Milosavljevic2019-02-04
| | | | | | Follow-up to 6adfcbeab1cbaf8ce6ff6f32aad5d72f94860cbb. * gnu/packages/efi.scm (efilinux): Fix indentation of source code.
* gnu: fc-host-tools: Update to 9a.Danny Milosavljevic2019-02-04
| | | | | * gnu/packages/embedded.scm (fc-host-tools)[source]: Update to 9a. [arguments]<#:phases>[patch-installation-paths]: Modify.
* gnu: Add efilinux.Danny Milosavljevic2019-02-04
| | | | * gnu/packages/efi.scm (efilinux): New variable.
* gnu: Add efitools.Danny Milosavljevic2019-02-04
| | | | * gnu/packages/efi.scm (efitools): New variable.
* gnu: Add sbsigntools.Danny Milosavljevic2019-02-04
| | | | * gnu/packages/efi.scm (sbsigntools): New variable.
* gnu: Add gnu-efi.Danny Milosavljevic2019-02-04
| | | | | * gnu/packages/efi.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* self: Ensure the daemon refers to the right 'guix' command.Ludovic Courtès2019-02-04
| | | | | | | | | | | | | Previously it would refer to /var/guix/profiles/per-user/root/current-guix/bin/guix, which would fail when that profile does not exist. This is notably the case when using 'channel-instance->package' as done in commit 7e6d8d366a61f951936ed83371877ce006f679f6. * gnu/packages/package-management.scm (guix-daemon)[arguments]: In 'install phase, honor environment variable 'GUIX'. * guix/self.scm (whole-package)[wrap]: New procedure. Use it.
* gnu: Add guile-picture-language.Ricardo Wurmus2019-02-03
| | | | * gnu/packages/guile-xyz.scm (guile-picture-language): New variable.
* Update copyright header.Nicolas Goaziou2019-02-02
|
* gnu: giac-xcas: Update to 1.5.0-37.Nicolas Goaziou2019-02-02
| | | | * gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-37.
* gnu: milkytracker: Add LHA decompression support.Kei Kebreau2019-02-02
| | | | * gnu/packages/music.scm (milkytracker)[inputs]: Add lhasa.
* Update some copyright headersNicolas Goaziou2019-02-02
|
* gnu: wireshark: Update to 2.6.6.Nicolas Goaziou2019-02-02
| | | | * gnu/packages/networking.scm (wireshark): Update to 2.6.6.
* gnu: Fix syntax error in emacs-xyz.scm.Clément Lassieur2019-02-02
| | | | | * gnu/packages/emacs-xyz.scm (emacs-repo): Add missing parentheses and license.
* gnu: Add emacs-google-c-style.Mathieu Othacehe2019-02-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-google-c-style): New variable.
* gnu: Add emacs-alect-themes.Mathieu Othacehe2019-02-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-alect-themes): New variable.
* gnu: silkaj: Update to 0.6.5.Nicolas Goaziou2019-02-02
| | | | | | * gnu/packages/finance.scm (silkaj): Update to 0.6.5. [inputs]: Add python-click, python-dunitpery. Remove python-pyaes, python-scrypt, and python-commandlines.
* gnu: python-duniterpy: Update to 0.52.0.Nicolas Goaziou2019-02-02
| | | | | * gnu/packages/finance.scm (python-duniterpy): Update to 0.52.0. [propagated-inputs]: Add python-pyaes.
* gnu: Add emacs-repo.Clément Lassieur2019-02-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-repo): New variable.
* gnu: Add emacs-dtrt-indent.Clément Lassieur2019-02-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): New variable.
* gnu: Add emacs-mkmcc-gnuplot-mode.Arun Isaac2019-02-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-mkmcc-gnuplot-mode): New variable.
* gnu: znc: Update to 1.7.2.Tobias Geerinckx-Rice2019-02-01
| | | | * gnu/packages/messaging.scm (znc): Update to 1.7.2.
* gnu: direnv: Update to 2.15.2.Leo Famulari2019-02-01
| | | | | | | * gnu/packages/shellutils.scm (direnv): Update to 2.15.2. [inputs]: Use the default Go compiler. Add go-github-com-burntsushi-toml and go-github-com-direnv-go-dotenv. [arguments]: Add a 'setup-go-environment' phase.
* gnu: Add go-github-com-direnv-go-dotenv.Leo Famulari2019-02-01
| | | | * gnu/packages/golang.scm (go-github-com-direnv-go-dotenv): New variable.
* gnu: emacs-slime: Update to 2.23.Pierre Neidhardt2019-02-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.23.
* gnu: certbot, python-acme: Update to 0.30.2.Leo Famulari2019-02-01
| | | | * gnu/packages/tls.scm (certbot, python-acme): Update to 0.30.2.
* gnu: linux-libre: Update to 4.20.6.Mark H Weaver2019-01-31
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.6. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.19.Mark H Weaver2019-01-31
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.19. (%linux-libre-4.19-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.97.Mark H Weaver2019-01-31
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.97. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.154.Mark H Weaver2019-01-31
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.154.
* gnu: imb: Update to 2019.1.Eric Bavier2019-01-31
| | | | | | | * gnu/packages/benchmark.scm (imb)[source]: Update to 2019.1. Use git-download. [arguments]: Adjust build and install phases for new source organization. Let the standard 'install-license-files' phase do its thing.
* gnu: r-rmpi: Setup MPI for tests.Eric Bavier2019-01-31
| | | | * gnu/packages/cran.scm (r-rmpi)[arguments]: Add 'mpi-setup phase.
* gnu: fftw-openmpi: Setup MPI for tests.Eric Bavier2019-01-31
| | | | * gnu/packages/algebra.scm (fftw-openmpi)[arguments]: Add 'mpi-setup phase.
* gnu: Add xclock.Yoshinori Arai2019-01-31
| | | | | | * gnu/packages/xorg.scm (xclock): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-isrcsubmit.Gabriel Hondet2019-01-31
| | | | | | * gnu/packages/music.scm (python-isrcsubmit): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-discid.Gabriel Hondet2019-01-31
| | | | | | * gnu/packages/music.scm (python-discid): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: lookingglass: Download from git.Marius Bakke2019-01-31
| | | | * gnu/packages/virtualization.scm (lookingglass)[source]: Change to GIT-FETCH.
* gnu: hwloc: Update to 2.0.3.Marius Bakke2019-01-31
| | | | * gnu/packages/mpi.scm (hwloc-2.0): Update to 2.0.3.
* gnu: hwloc@1: Update to 1.11.12.Marius Bakke2019-01-31
| | | | * gnu/packages/mpi.scm (hwloc): Update to 1.11.12.
* gnu: VTK: Update to 8.2.0.Marius Bakke2019-01-31
| | | | * gnu/packages/image-processing.scm (vtk): Update to 8.2.0.
* gnu: VTK: Use HTTPS URLs.Marius Bakke2019-01-31
| | | | * gnu/packages/image-processing.scm (vtk)[source, home-page]: Use HTTPS.
* gnu: whois: Update to 5.4.1.Marius Bakke2019-01-31
| | | | * gnu/packages/networking.scm (whois): Update to 5.4.1.
* gnu: json-modern-cxx: Fetch from git.Marius Bakke2019-01-31
| | | | | * gnu/packages/cpp.scm (json-modern-cxx)[source]: Use GIT-FETCH. [source](snippet): End on #t.
* gnu: httpd: Update to 2.4.38.Marius Bakke2019-01-31
| | | | * gnu/packages/web.scm (httpd): Update to 2.4.38.
* gnu: libwebp: Update to 1.0.2.Marius Bakke2019-01-31
| | | | * gnu/packages/image.scm (libwebp): Update to 1.0.2.
* gnu: p11-kit: Update to 0.23.15.Marius Bakke2019-01-31
| | | | | | | * gnu/packages/patches/p11-kit-jks-timestamps.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/tls.scm (p11-kit): Update to 0.23.15. [source](patches): New field.
* gnu: i3-wm: Update to 4.16.1.Marius Bakke2019-01-31
| | | | * gnu/packages/wm.scm (i3-wm): Update to 4.16.1.