Commit Graph

44261 Commits (7bf28446a51efe1e97c02590e98fe7f59559b4da)

Author SHA1 Message Date
Tobias Geerinckx-Rice 7bf28446a5
gnu: Add acpi-call-linux-module.
* gnu/packages/linux.scm (acpi-call-linux-module): New public variable.
2019-05-20 01:49:34 +02:00
Tobias Geerinckx-Rice e1f640db8f
gnu: Move Linux-Libre modules to their own section.
* gnu/packages/linux.scm (vhba-module): Move to its own section.
2019-05-20 01:49:34 +02:00
Tobias Geerinckx-Rice 9956812237
gnu: openconnect: Update to 8.03.
* gnu/packages/vpn.scm (openconnect): Update to 8.03.
2019-05-20 01:49:34 +02:00
Nicolas Goaziou f5557bde1c
gnu: toutenclic: Update to 7.00.
* gnu/packages/education.scm (toutenclic): Update to 7.00.
[arguments]: Rename executable from "toutenclic.py" to "toutenclic".
2019-05-19 14:44:22 +02:00
Danny Milosavljevic 1d86b05618
vm: Create installation media with MBR and HFS only, no GPT.
* gnu/build/vm.scm (make-iso9660-image): Accept XORRISO,
GRUB-MKRESCUE-ENVIRONMENT.
* gnu/system/vm.scm (iso9660-image): Pass XORRISO; accept
GRUB-MKRESCUE-ENVIRONMENT.
(system-disk-image): Pass GRUB-MKRESCUE-ENVIRONMENT.
* gnu/packages/patches/xorriso-no-mbr-in-inner-efi.patch: New file.
* gnu/packages/patches/xorriso-no-partition-table-in-inner-efi.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/cdrom.scm (xorriso)[source]: Add patches.
[arguments]<#:phases>[install-frontends]:
Add phase.
2019-05-18 18:35:37 +02:00
Leo Famulari 08eafef865
gnu: Borg: Fix a hang in the test suite.
* gnu/packages/patches/borg-fix-hard-link-preloading.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/backup.scm (borg)[source]: Use it.
2019-05-17 07:57:55 -04:00
Rutger Helling 7211073069
gnu: glslang: Update to 7.11.3214.
* gnu/packages/vulkan.scm (glslang): Update to 7.11.3214.
2019-05-17 12:28:38 +02:00
Rutger Helling e3c5ff3e3d
gnu: wine: Update to 4.0.1.
* gnu/packages/wine.scm (wine): Update to 4.0.1.
2019-05-17 12:28:38 +02:00
Mark H Weaver d59c90a5bf
gnu: linux-libre: Update to 5.1.3.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.3.
(%linux-libre-hash): Update hash.
2019-05-17 04:10:51 -04:00
Mark H Weaver e5cb98f5cd
gnu: linux-libre@4.19: Update to 4.19.44.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.44.
(%linux-libre-4.19-hash): Update hash.
2019-05-17 04:09:50 -04:00
Mark H Weaver cce92e0470
gnu: linux-libre@4.14: Update to 4.14.120.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.120.
(%linux-libre-4.14-hash): Update hash.
2019-05-17 04:09:01 -04:00
Mark H Weaver af94698b71
gnu: linux-libre@4.9: Update to 4.9.177.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.177.
2019-05-17 04:07:34 -04:00
Mark H Weaver 4dabdbffac
gnu: linux-libre@4.4: Update to 4.4.180.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.180.
2019-05-17 04:06:49 -04:00
Tobias Geerinckx-Rice f52e83470b
gnu: qd: Update source and home page.
The tarball has been updated in place with only documentation changes.

* gnu/packages/multiprecision.scm (qd)[source]: Update URL and hash.
[home-page]: Update URL.
2019-05-17 04:19:29 +02:00
Tobias Geerinckx-Rice 3dc8b46579
gnu: ripit: Use archived source and home page.
* gnu/packages/cdrom.scm (ripit)[source, home-page]: Use archived URLs.
2019-05-17 04:18:56 +02:00
Tobias Geerinckx-Rice 674495b7e0
gnu: proot: Don't use unstable tarball.
* gnu/packages/linux.scm (proot)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-05-17 03:27:41 +02:00
Tobias Geerinckx-Rice fc32bc450f
gnu: et: Add FILE-NAME.
* gnu/packages/ssh.scm (et)[source]: Add FILE-NAME.
2019-05-17 03:27:41 +02:00
Tobias Geerinckx-Rice a36efdbc60
gnu: mlucas: Update source hash.
The tarball was modified in-place with too many small changes to list
here, all of them apparently intended as minor bug fixes.

* gnu/packages/maths.scm (mlucas)[source]: Update sha256.
2019-05-17 03:27:41 +02:00
Tobias Geerinckx-Rice 8731a4aaff
gnu: jq: Update sources.
* gnu/packages/web.scm (jq)[source]: Update sha256.  Add snippet to
remove newly-bundled onigurama.
2019-05-17 03:05:55 +02:00
Tobias Geerinckx-Rice 9c476e4db5
gnu: kicad-library: Update source URL.
* gnu/packages/engineering.scm (kicad-library)[source]: Update URL.
Re-indent.
2019-05-17 03:05:54 +02:00
Tobias Geerinckx-Rice 8df90c1b23
gnu: foo2zjs: Update source hash.
The tarball was modified in place, adding one line to
foo2zjs/printer-profile.sh:

  ARGYLL_VER=1.6.3
 +ARGYLL_VER=2.1.1
  ARGYLL_ROOT=$HOME/src/Argyll_V${ARGYLL_VER}

* gnu/packages/cups.scm (foo2zjs)[source]: Update sha256.
2019-05-17 03:05:54 +02:00
Tobias Geerinckx-Rice 782e171380
gnu: emacs-idris-mode: Update source hash.
Only file modification times have changed.

* gnu/packages/emacs-xyz.scm (emacs-idris-mode)[source]: Update sha256.
2019-05-17 03:05:54 +02:00
Mark H Weaver 2fb31fd6a2
gnu: icecat: Update to 60.6.3-guix1.
* gnu/packages/gnuzilla.scm (%icecat-version): Update to 60.6.3-guix1.
(icecat-source)[upstream-firefox-source]: Update hash.
2019-05-16 20:35:31 -04:00
Tobias Geerinckx-Rice 1be06ddac1
gnu: et: Don't use unstable tarball.
This follows up commit ae113b976b (what
looked like a build error was transient file system unrelatedness.)

* gnu/packages/ssh.scm (et)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-05-17 01:48:25 +02:00
Tobias Geerinckx-Rice ae113b976b
gnu: et: Update source hash.
The contents of both archives are identical.

* gnu/packages/ssh.scm (et)[source]: Update sha256.
2019-05-17 01:35:08 +02:00
Tobias Geerinckx-Rice 90c6a46ded
gnu: ephoto: Update source hash.
The contents of both archives are identical.

* gnu/packages/enlightenment.scm (ephoto)[source]: Update sha256.
2019-05-17 01:35:08 +02:00
Nicolas Goaziou 6f8c41958f
gnu: Add nauty.
* gnu/packages/maths.scm (nauty): New variable.
2019-05-16 23:19:08 +02:00
Ricardo Wurmus 481eca8002
gnu: guile-file-names: Update to 0.2.
* gnu/packages/guile-xyz.scm (guile-file-names): Update to 0.2.
[arguments]: Adjust build phase "build-with-guile-2.2" and rename to
"fix-target-directory".
2019-05-16 21:41:24 +02:00
Tobias Geerinckx-Rice c72c10053d
gnu: bind: Update to 9.14.2.
* gnu/packages/dns.scm (isc-bind): Update to 9.14.2.
[source]: Remove patch.
[arguments]: Run only fuzz tests.
* gnu/packages/patches/bind-fix-unused-pk11-ecc-constants.patch: Delete
file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2019-05-16 18:21:50 +02:00
Ricardo Wurmus e865e0b959
gnu: Add python-leidenalg.
* gnu/packages/graph.scm (python-leidenalg): New variable.
2019-05-16 16:07:06 +02:00
Ricardo Wurmus fbeb92d760
gnu: custom-gcc: Unhide resulting package.
This is a follow-up to commit d78010b81e.  While
the plain "gcc" packages should be hidden by default, gcc-derived packages
like "gfortran" should not.

* gnu/packages/gcc.scm (custom-gcc)[properties]: Remove the 'hidden? property.
2019-05-16 13:45:23 +02:00
Ricardo Wurmus a4ff3255d4
gnu: star: Update to 2.7.1a.
* gnu/packages/bioinformatics.scm (star): Update to 2.7.1a.
2019-05-16 13:45:23 +02:00
Florian Pelz 3e9c80b27a
gnu: network-manager-applet: Patch libnma for modem support.
* gnu/packages/gnome.scm (network-manager-applet): Patch libnma to load
iso-codes and mobile-broadband-provider-info from the store and not require
them in the profile.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-05-16 13:30:32 +02:00
Ludovic Courtès ce10e6053b
guix system: Type-check the file or expression.
Previously, users would get a wrong-type-arg exception down the road
with an intimidating backtrace.

* guix/scripts/system.scm (process-action)[ensure-operating-system]: New
procedure.
Use it.
2019-05-16 13:24:06 +02:00
Nicolas Goaziou 6e633a510c
gnu: grammalecte: Update to 1.1.
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.1.
2019-05-16 10:37:04 +02:00
Tobias Geerinckx-Rice d019c05a42
gnu: loksh: Update to 6.5.
* gnu/packages/shells.scm (loksh): Update to 6.5.
2019-05-16 02:40:07 +02:00
Tobias Geerinckx-Rice f9f7e28bc4
gnu: cssc: Update to 1.4.1.
* gnu/packages/version-control.scm (cssc): Update to 1.4.1.
2019-05-16 02:40:07 +02:00
Tobias Geerinckx-Rice e75f87b558
gnu: git-lfs: Update to 2.7.2.
* gnu/packages/version-control.scm (git-lfs): Update to 2.7.2.
2019-05-16 02:40:07 +02:00
Tobias Geerinckx-Rice f8ea653ea6
gnu: ndctl: Update to 65.
* gnu/packages/disk.scm (ndctl): Update to 65.
2019-05-16 02:40:07 +02:00
Mark H Weaver 294e43a32d
gnu: linux-libre: Update to 5.1.2.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.2.
(%linux-libre-hash): Update hash.
2019-05-15 18:57:11 -04:00
Mark H Weaver 644ccc9011
gnu: linux-libre@4.19: Update to 4.19.43.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.43.
(%linux-libre-4.19-hash): Update hash.
2019-05-15 18:56:17 -04:00
Mark H Weaver 0b67460918
gnu: linux-libre@4.14: Update to 4.14.119.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.119.
(%linux-libre-4.14-hash): Update hash.
2019-05-15 18:55:33 -04:00
Mark H Weaver d9cc8659fc
gnu: linux-libre@4.9: Update to 4.9.176.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.176.
2019-05-15 18:54:44 -04:00
Maxim Cournoyer b8e5de5608
gnu: python-jedi: Update to 0.13.3.
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.13.3.
(python2-jedi): Enable tests.
2019-05-15 17:47:48 -04:00
Tobias Geerinckx-Rice dc555d86e1
gnu: elixir: Update to 1.8.2.
* gnu/packages/elixir.scm (elixir): Update to 1.8.2.
2019-05-15 21:23:57 +02:00
Tobias Geerinckx-Rice 5a04c993b6
gnu: perl-data-page: Update to 2.03.
* gnu/packages/perl.scm (perl-data-page): Update to 2.03.
2019-05-15 21:23:57 +02:00
Tobias Geerinckx-Rice 9fb0464c21
gnu: perl-text-csv: Update to 2.00.
* gnu/packages/perl.scm (perl-text-csv): Update to 2.00.
2019-05-15 21:23:57 +02:00
Tobias Geerinckx-Rice 5af7428b79
gnu: ubridge: Don't use unstable tarball.
* gnu/packages/networking.scm (ubridge)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-05-15 21:23:57 +02:00
Tobias Geerinckx-Rice e8e2281ee9
gnu: ubridge: Update to 0.9.15.
* gnu/packages/networking.scm (ubridge): Update to 0.9.15.
2019-05-15 21:23:57 +02:00
Tobias Geerinckx-Rice fa3040d929
gnu: perl-time-duration: Update to 1.21.
* gnu/packages/perl.scm (perl-time-duration): Update to 1.21.
2019-05-15 21:23:57 +02:00