Commit graph

52705 commits

Author SHA1 Message Date
Efraim Flashner f3fd70c00e
gnu: ruby-yard: Don't use unstable tarball.
* gnu/packages/ruby.scm (ruby-yard)[source]: Download using git-fetch.
2019-12-30 20:05:14 +02:00
Efraim Flashner bb1e7ed066
gnu: ruby-tzinfo-data: Don't use unstable tarball.
* gnu/packages/ruby.scm (ruby-tzinfo-data)[source]: Download using
git-fetch.
2019-12-30 20:05:14 +02:00
Efraim Flashner 4e11082569
gnu: ruby-ttfunk: Don't use unstable tarball.
* gnu/packages/ruby.scm (ruby-ttfunk)[source]: Download using git-fetch.
2019-12-30 20:05:10 +02:00
Efraim Flashner 83870c32e8
gnu: ruby-rack: Don't use unstable tarball.
* gnu/packages/ruby.scm (ruby-rack)[source]: Download using git-fetch.
[arguments]: Add phase to make gzip files writable.
2019-12-30 12:46:55 +02:00
Efraim Flashner a6cffe6ec4
gnu: ruby-puma: Don't use unstable tarball.
* gnu/packages/ruby.scm (ruby-puma)[source]: Download using git-fetch.
[home-page]: Use https.
2019-12-30 12:36:54 +02:00
Efraim Flashner 4347662539
gnu: guile-bytestructures: Use a source file name.
* gnu/packages/guile.scm (guile-bytestructures)[source]: Add 'file-name'.
2019-12-30 12:01:54 +02:00
Nicolas Goaziou 87a6c1e2fd
gnu: fet: Fix hash.
* gnu/packages/education.scm (fet)[source]: Fix hash.

Not sure why the hash changed.  Probably a paste mistake when introduced in
0wwfg8vdh4vp4bx043h66m5m0r1b0mlii36s1qq42pdbaxk94i23.
2019-12-30 10:10:22 +01:00
Efraim Flashner e2f5de1455
gnu: libetpan: Update to 1.9.4.
* gnu/packages/mail.scm (libetpan): Update to 1.9.4.
2019-12-30 10:11:46 +02:00
Efraim Flashner d98438e6a3
gnu: gmime: Update to 3.2.5.
* gnu/packages/mail.scm (gmime): Update to 3.2.5.
2019-12-30 10:05:48 +02:00
Efraim Flashner a4fd9423b0
gnu: msmtp: Update to 1.8.7.
* gnu/packages/mail.scm (msmtp): Update to 1.8.7.
2019-12-30 10:00:12 +02:00
Efraim Flashner 6610c518a9
gnu: wgetpaste: Fix license.
* gnu/packages/wget.scm (wgetpaste)[license]: Update license.
2019-12-30 09:42:31 +02:00
Nicolas Goaziou 996182a84b
gnu: wireshark: Update to 3.2.0.
* gnu/packages/networking.scm (wireshark): Update to 3.2.0.
2019-12-30 01:28:36 +01:00
Nicolas Goaziou fdd175567b
gnu: snap: Update to 5.4.0.
* gnu/packages/education.scm (snap): Update to 5.4.0.
2019-12-30 00:08:45 +01:00
Nicolas Goaziou c6447c3917
gnu: fet: Update to 5.42.1.
* gnu/packages/education.scm (fet): Update to 5.42.1.
2019-12-29 23:20:17 +01:00
Nicolas Goaziou b7d95d3a61
gnu: mame: Update to 0.217.
* gnu/packages/emulators.scm (mame): Update to 0.217.
2019-12-29 22:58:25 +01:00
Mathieu Othacehe b9a9c8efca
gnu: guile-bytestructures: Fix cross-compilation.
* gnu/packages/guile.scm (guile-bytestructures)[native-inputs]: Add guile to
fix cross-compilation.
2019-12-29 21:27:40 +01:00
Mathieu Othacehe 9a78e181f0
gnu: guile-bytestructures: Remove guild warnings.
* gnu/packages/guile.scm (guile-bytestructures)[arguments]: Pass
GUILE_AUTO_COMPILE=0 as make-flag to prevent guild warnings.
2019-12-29 21:27:36 +01:00
Mathieu Othacehe 16e42db095
gnu: guile-bytestructures: Switch to git-fetch.
* gnu/packages/guile.scm (guile-bytestructures)[home-page]: Move up,
[source]: switch form url-fetch to git-fetch method,
[native-inputs]: add autoconf and automake.
2019-12-29 21:26:12 +01:00
Mathieu Othacehe 247a47bc40
gnu: guile-bytestructures: Update to 1.0.7.
* gnu/packages/guile.scm (guile-bytestructures): Update to 1.0.7.
2019-12-29 21:26:12 +01:00
Mathieu Othacehe e51de34309
profiles: Fix profile-derivation cross-compilation.
* guix/store.scm (current-target-system): New exported monadic procedure.
* guix/profiles.scm (profile-derivation): Set target at bind time using the
above procedure.
2019-12-29 21:26:11 +01:00
Christopher Baines 4befbe1a0e
gnu: guix-data-service: Update to 0.0.1-13.82b797e.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-13.82b797e.
2019-12-29 18:13:12 +00:00
Raghav Gururajan 885424bf7f
gnu: gnome-themes-extra: Remove cache file.
* gnu/packages/gnome.scm (gnome-themes-extra)[arguments]: Disable cache file
from configure flags.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-12-29 18:29:36 +01:00
Ludovic Courtès a4ee6ac444
installer: Pass '--fallback' to 'guix system init'.
Fixes <https://bugs.gnu.org/38608>.
Reported by Nathan Dehnel <ncdehnel@gmail.com>.

* gnu/installer/final.scm (install-system): Pass '--fallback' to 'guix
system init'.
2019-12-29 18:24:55 +01:00
Brice Waegeneire 747b7246a6
services: dhcp-client: Ignore interfaces that cannot be activated.
Fixes <https://bugs.gnu.org/38524>.

* gnu/services/networking.scm (dhcp-client-service-type): Filter interfaces
that cannot be activated.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-12-29 18:24:55 +01:00
Ludovic Courtès 7a241c6350
inferior: Add 'inferior-package-provenance'.
* guix/inferior.scm (inferior-package-provenance): New procedure.
2019-12-29 18:24:54 +01:00
Ludovic Courtès 975183a1c4
pack: Save provenance information when using '--manifest'.
* guix/scripts/pack.scm (guix-pack)[manifest-from-args]: Remove
'provenance', and add 'with-provenance' procedure.  Wrap 'cond' form in
'with-provenance'.
2019-12-29 18:24:54 +01:00
Ludovic Courtès c48e522fdb
guix package: Save provenance information when using '--manifest'.
Fixes <https://bugs.gnu.org/38673>.
Reported by zimoun <zimon.toutoune@gmail.com>.

* guix/describe.scm (manifest-entry-with-provenance): New procedure.
* guix/scripts/package.scm (process-actions): Use it when FILES is
non-empty.
2019-12-29 18:24:54 +01:00
Ludovic Courtès 8a705ae4c6
profiles: Add 'map-manifest-entries'.
* guix/scripts/pack.scm (map-manifest-entries): Move to...
* guix/profiles.scm (map-manifest-entries): ... here.
2019-12-29 18:24:54 +01:00
Ludovic Courtès 1e30d4e0df
git-authenticate: Add glv to the list of committers.
This is a followup to 92fcf9856f, first
commit signed by glv.

* build-aux/git-authenticate.scm (%committers): Add glv.
2019-12-29 18:24:54 +01:00
Nicolas Goaziou 161b297b23
gnu: scummvm: Fix build.
* gnu/packages/emulators.scm (scummvm)[arguments]: Add a phase to work around
a build failure introduced by recent Fluidsynth upgrade.
2019-12-29 15:38:31 +01:00
Guillaume Le Vaillant 92fcf9856f
gnu: txr: Update to 230.
* gnu/packages/lisp.scm (txr): Update to 230.
2019-12-29 11:41:51 +01:00
Raghav Gururajan 8d8c6bffc5
gnu: gnome: Sort packages logically.
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Sort packages into
their logical groupings.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-12-29 12:00:56 +02:00
Raghav Gururajan a8cda7f579
gnu: gnome: Update dependencies.
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Remove
font-cantarell, font-dejavu, at-spi2-core, dbus, dconf,
desktop-file-utils, gnome-defalt-applications, gnome-online-accounts,
gnome-themes-standard, gst-plugins-base, gst-plugins-good, gucharmap,
hicolor-icon-theme, pinentry-gnome3, pulseaudio, shared-mime-info,
system-config-printer, xdg-user-dirs, zenity
Add accountservice, adwaita-icon-theme, cheese, gdm, gnome-calendar,
gnome-characters, gnome-clocks, gnome-desktop, gnome-font-viewer,
gnome-maps, gnome-themes-extra, gsettings-desktop-schema, mutter,
network-manager, orca, packagekit, simplescan, upower.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-12-29 12:00:43 +02:00
Nicolas Goaziou c9cd4a842c
gnu: portaudio: Fix build.
* gnu/packages/audio.scm (portaudio)[arguments]: Build sequentially.

Fixes <https://bugs.gnu.org/38782>.  This is a follow-up to commit
1ce6bfc21c.
2019-12-29 10:49:04 +01:00
Vagrant Cascadian 5de06b9dfb
gnu: diffoscope: Update to 134.
* gnu/packages/diffoscope (diffoscope): Update to 134.
  [arguments] Remove phase adding support for zstd.
2019-12-29 01:27:13 -08:00
Vagrant Cascadian fa9e3b5ed2
gnu: pelican: Update to 4.2.
* gnu/packages/python-xyz (pelican): Update to 4.2.
  [propagated-inputs]: Alphabetize.
  [arguments]: Remove adjust-requires phase.
2019-12-29 01:26:33 -08:00
Kyle Meyer bb62932ad8
gnu: Add ghc-filepath-bytestring.
* gnu/packages/haskell-xyz.scm (ghc-filepath-bytestring): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-12-29 09:56:51 +02:00
Efraim Flashner e79a07bcc7
gnu: curseradio: Link to mpv.
This fixes https://debbugs.gnu.org/cgi/bugreport.cgi?bug=38789

* gnu/packages/music.scm (curseradio)[arguments]: Add phase to hardcode
path of mpv.
[propagated-inputs]: Move mpv ...
[inputs]: ... to here.
2019-12-29 09:49:32 +02:00
Joseph LaFreniere 34085eabcc
gnu: emacs-auth-source-pass: Use upstream URL.
* gnu/packages/emacs-xyz.scm (emacs-auth-source-pass): Use URL of
  upstream (rather than forked) repository.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-12-29 12:06:59 +08:00
Efraim Flashner b09ef660c7
gnu: ruby-oj: Don't use unstable tarball.
* gnu/packages/ruby.scm (ruby-oj)[source]: Download using git-fetch.
2019-12-28 23:02:45 +02:00
Efraim Flashner 7e309d0cb8
gnu: ruby-spring: Don't use unstable tarball.
* gnu/packages/rails.scm (ruby-spring)[source]: Download using
git-fetch.
2019-12-28 23:00:48 +02:00
Efraim Flashner 3c6128f6f1
gnu: ruby-guard: Don't use unstable tarball.
* gnu/packages/ruby.scm (ruby-guard)[source]: Download using git-fetch.
[home-page]: Use https.
2019-12-28 22:55:07 +02:00
Efraim Flashner 3d30c33210
gnu: ruby-ansi: Don't use unstable tarball.
* gnu/packages/ruby.scm (ruby-ansi)[source]: Download using git-fetch.
2019-12-28 22:55:06 +02:00
Efraim Flashner 11d1b31807
gnu: ruby-ae: Don't use unstable tarball.
* gnu/packages/ruby.scm (ruby-ae)[source]: Download using git-fetch.
2019-12-28 22:55:06 +02:00
Efraim Flashner b872b47bf1
gnu: ruby-multi-json: Don't use unstable tarball.
* gnu/packages/ruby.scm (ruby-multi-json)[source]: Download using
git-fetch.
2019-12-28 22:55:06 +02:00
Brett Gilio 7298f55877
gnu: picom: Correct typo.
* gnu/packages/compton.scm (picom): Correct spelling of "license".
2019-12-28 14:31:57 -06:00
Grillon 18431fe03f
gnu: Add copyq.
* gnu/packages/xdisorg.scm (copyq): New variable.
2019-12-28 22:28:52 +02:00
Alexandru-Sergiu Marton 5fecb7b772
gnu: Add picom.
* gnu/packages/compton.scm (picom): New variable.

Co-authored-by: Brett Gilio <brettg@gnu.org>
Signed-off-by: Brett Gilio <brettg@gnu.org>
2019-12-28 14:25:07 -06:00
Nicolas Goaziou 1ce6bfc21c
gnu: portaudio: Add C++ bindings.
* gnu/packages/audio.scm (portaudio): Add C++ bindings, aka "portaudiocpp".
2019-12-28 21:21:30 +01:00
Amar Singh 93c909c885
gnu: emacs-shroud: Update to 1.105.
* gnu/packages/emacs-xyz.scm (emacs-shroud): Update to 1.105.
[source]: Update to new source uri.
[build-system]: Switch to gnu-build-system.
[native-inputs]: Add autoconf, autotools, texinfo, perl, emacs-minimal.
[home-page]: Update to new uri.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-12-28 21:37:00 +02:00