summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-08gnu: python-pyopenssl: Fix test failure....* gnu/packages/python-crypto.scm (python-pyopenssl)[native-inputs]: Add LIBFAKETIME. [arguments]: Use it to run tests with a fixed date. Marius Bakke
2020-01-08gnu: libfaketime: Fix failing test....* gnu/packages/check.scm (libfaketime)[arguments]: Set environment variable before building. Marius Bakke
2020-01-08Revert "gnu: poppler: Update to 0.83.0."...This reverts commit 7681436bfd9c3b6d9b8d18a1c81102d14378cbe8. Marius Bakke
2020-01-03gnu: mingetty: Fix cross-compilation....* gnu/packages/admin.scm (mingetty)[arguments]: When cross-compiling, set CC to the appropriate value in configure phase. Mathieu Othacehe
2019-12-31gnu: python-lxml: Update to 4.4.2....* gnu/packages/python-xyz.scm (python-lxml): Update to 4.4.2. Mathieu Othacehe
2019-12-31Merge remote-tracking branch 'master' into core-updates.Mathieu Othacehe
2019-12-30gnu: sassc: Update to 3.6.1....* gnu/packages/web.scm (sassc): Update to 3.6.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Riku Viitanen via Guix-patches via
2019-12-30gnu: libsass: Update to 3.6.3....* gnu/packages/web.scm: (libsass): Update to 3.6.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Riku Viitanen via Guix-patches via
2019-12-30gnu: ruby-yard: Don't use unstable tarball....* gnu/packages/ruby.scm (ruby-yard)[source]: Download using git-fetch. Efraim Flashner
2019-12-30gnu: ruby-tzinfo-data: Don't use unstable tarball....* gnu/packages/ruby.scm (ruby-tzinfo-data)[source]: Download using git-fetch. Efraim Flashner
2019-12-30gnu: ruby-ttfunk: Don't use unstable tarball....* gnu/packages/ruby.scm (ruby-ttfunk)[source]: Download using git-fetch. Efraim Flashner
2019-12-30gnu: 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. Efraim Flashner
2019-12-30gnu: ruby-puma: Don't use unstable tarball....* gnu/packages/ruby.scm (ruby-puma)[source]: Download using git-fetch. [home-page]: Use https. Efraim Flashner
2019-12-30gnu: guile-bytestructures: Use a source file name....* gnu/packages/guile.scm (guile-bytestructures)[source]: Add 'file-name'. Efraim Flashner
2019-12-30gnu: 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. Nicolas Goaziou
2019-12-30gnu: libetpan: Update to 1.9.4....* gnu/packages/mail.scm (libetpan): Update to 1.9.4. Efraim Flashner
2019-12-30gnu: gmime: Update to 3.2.5....* gnu/packages/mail.scm (gmime): Update to 3.2.5. Efraim Flashner
2019-12-30gnu: msmtp: Update to 1.8.7....* gnu/packages/mail.scm (msmtp): Update to 1.8.7. Efraim Flashner
2019-12-30gnu: wgetpaste: Fix license....* gnu/packages/wget.scm (wgetpaste)[license]: Update license. Efraim Flashner
2019-12-30gnu: wireshark: Update to 3.2.0....* gnu/packages/networking.scm (wireshark): Update to 3.2.0. Nicolas Goaziou
2019-12-30gnu: snap: Update to 5.4.0....* gnu/packages/education.scm (snap): Update to 5.4.0. Nicolas Goaziou
2019-12-29gnu: fet: Update to 5.42.1....* gnu/packages/education.scm (fet): Update to 5.42.1. Nicolas Goaziou
2019-12-29gnu: mame: Update to 0.217....* gnu/packages/emulators.scm (mame): Update to 0.217. Nicolas Goaziou
2019-12-29gnu: guile-bytestructures: Fix cross-compilation....* gnu/packages/guile.scm (guile-bytestructures)[native-inputs]: Add guile to fix cross-compilation. Mathieu Othacehe
2019-12-29gnu: guile-bytestructures: Remove guild warnings....* gnu/packages/guile.scm (guile-bytestructures)[arguments]: Pass GUILE_AUTO_COMPILE=0 as make-flag to prevent guild warnings. Mathieu Othacehe
2019-12-29gnu: 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. Mathieu Othacehe
2019-12-29gnu: guile-bytestructures: Update to 1.0.7....* gnu/packages/guile.scm (guile-bytestructures): Update to 1.0.7. Mathieu Othacehe
2019-12-29profiles: 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. Mathieu Othacehe
2019-12-29gnu: guix-data-service: Update to 0.0.1-13.82b797e....* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-13.82b797e. Christopher Baines
2019-12-29gnu: 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> Raghav Gururajan
2019-12-29installer: 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'. Ludovic Courtès
2019-12-29services: 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> Brice Waegeneire
2019-12-29inferior: Add 'inferior-package-provenance'....* guix/inferior.scm (inferior-package-provenance): New procedure. Ludovic Courtès
2019-12-29pack: 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'. Ludovic Courtès
2019-12-29guix 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. Ludovic Courtès
2019-12-29profiles: Add 'map-manifest-entries'....* guix/scripts/pack.scm (map-manifest-entries): Move to... * guix/profiles.scm (map-manifest-entries): ... here. Ludovic Courtès
2019-12-29git-authenticate: Add glv to the list of committers....This is a followup to 92fcf9856face3822ce827d7732c4b152f715f62, first commit signed by glv. * build-aux/git-authenticate.scm (%committers): Add glv. Ludovic Courtès
2019-12-29gnu: scummvm: Fix build....* gnu/packages/emulators.scm (scummvm)[arguments]: Add a phase to work around a build failure introduced by recent Fluidsynth upgrade. Nicolas Goaziou
2019-12-29gnu: txr: Update to 230....* gnu/packages/lisp.scm (txr): Update to 230. Guillaume Le Vaillant
2019-12-29gnu: 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> Raghav Gururajan
2019-12-29gnu: 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> Raghav Gururajan
2019-12-29gnu: portaudio: Fix build....* gnu/packages/audio.scm (portaudio)[arguments]: Build sequentially. Fixes <https://bugs.gnu.org/38782>. This is a follow-up to commit 1ce6bfc21ce328d787df76c6ee132f9f828d098b. Nicolas Goaziou
2019-12-29gnu: diffoscope: Update to 134....* gnu/packages/diffoscope (diffoscope): Update to 134. [arguments] Remove phase adding support for zstd. Vagrant Cascadian
2019-12-29gnu: pelican: Update to 4.2....* gnu/packages/python-xyz (pelican): Update to 4.2. [propagated-inputs]: Alphabetize. [arguments]: Remove adjust-requires phase. Vagrant Cascadian
2019-12-29gnu: Add ghc-filepath-bytestring....* gnu/packages/haskell-xyz.scm (ghc-filepath-bytestring): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Kyle Meyer
2019-12-29gnu: 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. Efraim Flashner
2019-12-29gnu: 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> Joseph LaFreniere
2019-12-28gnu: ruby-oj: Don't use unstable tarball....* gnu/packages/ruby.scm (ruby-oj)[source]: Download using git-fetch. Efraim Flashner
2019-12-28gnu: ruby-spring: Don't use unstable tarball....* gnu/packages/rails.scm (ruby-spring)[source]: Download using git-fetch. Efraim Flashner
2019-12-28gnu: ruby-guard: Don't use unstable tarball....* gnu/packages/ruby.scm (ruby-guard)[source]: Download using git-fetch. [home-page]: Use https. Efraim Flashner