summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: scintilla: Update to 4.2.2.Nicolas Goaziou2019-12-30
| | | | * gnu/packages/text-editors.scm (scintilla): Update to 4.2.2.
* gnu: python-folium: Update to 0.10.1.Nicolas Goaziou2019-12-30
| | | | * gnu/packages/python-xyz.scm (python-folium): Update to 0.10.1.
* gnu: emacs-modus-themes: Update to 0.3.0.Nicolas Goaziou2019-12-30
| | | | * gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 0.3.0.
* gnu: giac: Update to 1.5.0-85.Nicolas Goaziou2019-12-30
| | | | * gnu/packages/algebra.scm (giac): Update to 1.5.0-85.
* gnu: Add gnome-menus.Raghav Gururajan2019-12-30
| | | | * gnu/packages/gnome.scm (gnome-menus). New variable.
* gnu: sassc: Update to 3.6.1.Riku Viitanen via Guix-patches via2019-12-30
| | | | | | * gnu/packages/web.scm (sassc): Update to 3.6.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: libsass: Update to 3.6.3.Riku Viitanen via Guix-patches via2019-12-30
| | | | | | * gnu/packages/web.scm: (libsass): Update to 3.6.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: ruby-yard: Don't use unstable tarball.Efraim Flashner2019-12-30
| | | | * gnu/packages/ruby.scm (ruby-yard)[source]: Download using git-fetch.
* gnu: ruby-tzinfo-data: Don't use unstable tarball.Efraim Flashner2019-12-30
| | | | | * gnu/packages/ruby.scm (ruby-tzinfo-data)[source]: Download using git-fetch.
* gnu: ruby-ttfunk: Don't use unstable tarball.Efraim Flashner2019-12-30
| | | | * gnu/packages/ruby.scm (ruby-ttfunk)[source]: Download using git-fetch.
* gnu: ruby-rack: Don't use unstable tarball.Efraim Flashner2019-12-30
| | | | | * gnu/packages/ruby.scm (ruby-rack)[source]: Download using git-fetch. [arguments]: Add phase to make gzip files writable.
* gnu: ruby-puma: Don't use unstable tarball.Efraim Flashner2019-12-30
| | | | | * gnu/packages/ruby.scm (ruby-puma)[source]: Download using git-fetch. [home-page]: Use https.
* gnu: guile-bytestructures: Use a source file name.Efraim Flashner2019-12-30
| | | | * gnu/packages/guile.scm (guile-bytestructures)[source]: Add 'file-name'.
* gnu: fet: Fix hash.Nicolas Goaziou2019-12-30
| | | | | | | * gnu/packages/education.scm (fet)[source]: Fix hash. Not sure why the hash changed. Probably a paste mistake when introduced in 0wwfg8vdh4vp4bx043h66m5m0r1b0mlii36s1qq42pdbaxk94i23.
* gnu: libetpan: Update to 1.9.4.Efraim Flashner2019-12-30
| | | | * gnu/packages/mail.scm (libetpan): Update to 1.9.4.
* gnu: gmime: Update to 3.2.5.Efraim Flashner2019-12-30
| | | | * gnu/packages/mail.scm (gmime): Update to 3.2.5.
* gnu: msmtp: Update to 1.8.7.Efraim Flashner2019-12-30
| | | | * gnu/packages/mail.scm (msmtp): Update to 1.8.7.
* gnu: wgetpaste: Fix license.Efraim Flashner2019-12-30
| | | | * gnu/packages/wget.scm (wgetpaste)[license]: Update license.
* gnu: wireshark: Update to 3.2.0.Nicolas Goaziou2019-12-30
| | | | * gnu/packages/networking.scm (wireshark): Update to 3.2.0.
* gnu: snap: Update to 5.4.0.Nicolas Goaziou2019-12-30
| | | | * gnu/packages/education.scm (snap): Update to 5.4.0.
* gnu: fet: Update to 5.42.1.Nicolas Goaziou2019-12-29
| | | | * gnu/packages/education.scm (fet): Update to 5.42.1.
* gnu: mame: Update to 0.217.Nicolas Goaziou2019-12-29
| | | | * gnu/packages/emulators.scm (mame): Update to 0.217.
* gnu: guile-bytestructures: Fix cross-compilation.Mathieu Othacehe2019-12-29
| | | | | * gnu/packages/guile.scm (guile-bytestructures)[native-inputs]: Add guile to fix cross-compilation.
* gnu: guile-bytestructures: Remove guild warnings.Mathieu Othacehe2019-12-29
| | | | | * gnu/packages/guile.scm (guile-bytestructures)[arguments]: Pass GUILE_AUTO_COMPILE=0 as make-flag to prevent guild warnings.
* gnu: guile-bytestructures: Switch to git-fetch.Mathieu Othacehe2019-12-29
| | | | | | * 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.
* gnu: guile-bytestructures: Update to 1.0.7.Mathieu Othacehe2019-12-29
| | | | * gnu/packages/guile.scm (guile-bytestructures): Update to 1.0.7.
* gnu: guix-data-service: Update to 0.0.1-13.82b797e.Christopher Baines2019-12-29
| | | | * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-13.82b797e.
* gnu: gnome-themes-extra: Remove cache file.Raghav Gururajan2019-12-29
| | | | | | | * gnu/packages/gnome.scm (gnome-themes-extra)[arguments]: Disable cache file from configure flags. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* installer: Pass '--fallback' to 'guix system init'.Ludovic Courtès2019-12-29
| | | | | | | | 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'.
* services: dhcp-client: Ignore interfaces that cannot be activated.Brice Waegeneire2019-12-29
| | | | | | | | | 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>
* gnu: scummvm: Fix build.Nicolas Goaziou2019-12-29
| | | | | * gnu/packages/emulators.scm (scummvm)[arguments]: Add a phase to work around a build failure introduced by recent Fluidsynth upgrade.
* gnu: txr: Update to 230.Guillaume Le Vaillant2019-12-29
| | | | * gnu/packages/lisp.scm (txr): Update to 230.
* gnu: gnome: Sort packages logically.Raghav Gururajan2019-12-29
| | | | | | | * gnu/packages/gnome.scm (gnome)[propagated-inputs]: Sort packages into their logical groupings. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: gnome: Update dependencies.Raghav Gururajan2019-12-29
| | | | | | | | | | | | | | | * 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>
* gnu: portaudio: Fix build.Nicolas Goaziou2019-12-29
| | | | | | | * gnu/packages/audio.scm (portaudio)[arguments]: Build sequentially. Fixes <https://bugs.gnu.org/38782>. This is a follow-up to commit 1ce6bfc21ce328d787df76c6ee132f9f828d098b.
* gnu: diffoscope: Update to 134.Vagrant Cascadian2019-12-29
| | | | | * gnu/packages/diffoscope (diffoscope): Update to 134. [arguments] Remove phase adding support for zstd.
* gnu: pelican: Update to 4.2.Vagrant Cascadian2019-12-29
| | | | | | * gnu/packages/python-xyz (pelican): Update to 4.2. [propagated-inputs]: Alphabetize. [arguments]: Remove adjust-requires phase.
* gnu: Add ghc-filepath-bytestring.Kyle Meyer2019-12-29
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-filepath-bytestring): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: curseradio: Link to mpv.Efraim Flashner2019-12-29
| | | | | | | | | 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.
* gnu: emacs-auth-source-pass: Use upstream URL.Joseph LaFreniere2019-12-29
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-auth-source-pass): Use URL of upstream (rather than forked) repository. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: ruby-oj: Don't use unstable tarball.Efraim Flashner2019-12-28
| | | | * gnu/packages/ruby.scm (ruby-oj)[source]: Download using git-fetch.
* gnu: ruby-spring: Don't use unstable tarball.Efraim Flashner2019-12-28
| | | | | * gnu/packages/rails.scm (ruby-spring)[source]: Download using git-fetch.
* gnu: ruby-guard: Don't use unstable tarball.Efraim Flashner2019-12-28
| | | | | * gnu/packages/ruby.scm (ruby-guard)[source]: Download using git-fetch. [home-page]: Use https.
* gnu: ruby-ansi: Don't use unstable tarball.Efraim Flashner2019-12-28
| | | | * gnu/packages/ruby.scm (ruby-ansi)[source]: Download using git-fetch.
* gnu: ruby-ae: Don't use unstable tarball.Efraim Flashner2019-12-28
| | | | * gnu/packages/ruby.scm (ruby-ae)[source]: Download using git-fetch.
* gnu: ruby-multi-json: Don't use unstable tarball.Efraim Flashner2019-12-28
| | | | | * gnu/packages/ruby.scm (ruby-multi-json)[source]: Download using git-fetch.
* gnu: picom: Correct typo.Brett Gilio2019-12-28
| | | | * gnu/packages/compton.scm (picom): Correct spelling of "license".
* gnu: Add copyq.Grillon2019-12-28
| | | | * gnu/packages/xdisorg.scm (copyq): New variable.
* gnu: Add picom.Alexandru-Sergiu Marton2019-12-28
| | | | | | | * gnu/packages/compton.scm (picom): New variable. Co-authored-by: Brett Gilio <brettg@gnu.org> Signed-off-by: Brett Gilio <brettg@gnu.org>
* gnu: portaudio: Add C++ bindings.Nicolas Goaziou2019-12-28
| | | | * gnu/packages/audio.scm (portaudio): Add C++ bindings, aka "portaudiocpp".