~ruther/guix-local

5f13bf09 — Leo Famulari 8 years ago
gnu: Fetch several Git sources over HTTPS.

* gnu/packages/admin.scm (interrobang)[source]: Use HTTPS URL.
* gnu/packages/audio.scm (ardour)[source]: Likewise.
* gnu/packages/embedded.scm (libjaylink, openocd)[source]: Likewise.
* gnu/packages/gnome.scm (byzanz)[source]: Likewise.
* gnu/packages/gnunet.scm (guile-gnunet)[source]Likewise.
* gnu/packages/java.scm (classpath)[source]: Likewise.
* gnu/packages/microcom.scm (microcom)[source]: Likewise.
* gnu/packages/python.scm (python-axolotl-curve25519)[source]: Likewise.
* gnu/packages/rdesktop.scm (freerdp)[source]: Likewise.
* gnu/packages/shells.scm (rc)[source]: Likewise.
* gnu/packages/web.scm (libwebsockets)[source]: Use new source URL.
ad539230 — Tobias Geerinckx-Rice 8 years ago
gnu: youtube-dl: Update to 2017.08.27.1.

* gnu/packages/video.scm (youtube-dl): Update to 2017.08.27.1.
c10d5024 — Tobias Geerinckx-Rice 8 years ago
gnu: iodine: Fix path to ifconfig.

* gnu/packages/networking.scm (iodine)[arguments]: Fix path to ifconfig.
01f248b6 — Leo Famulari 8 years ago
gnu: filezilla: Update to 3.27.1.

* gnu/packages/ftp.scm (filezilla): Update to 3.27.1.
a9af060e — Leo Famulari 8 years ago
gnu: libfilezilla: Update to 0.10.1.

* gnu/packages/ftp.scm (libfilezilla): Update to 0.10.1.
[native-inputs]: Add pkg-config.
1c059a6e — Leo Famulari 8 years ago
gnu: wxwidgets: Update to 3.0.3.

* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.0.3.
[source]: Remove 'wxwidgets-fix-windowGTK.patch'.
* gnu/packages/patches/wxwidgets-fix-windowGTK.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2999dcd5 — Andy Wingo 8 years ago
gnu: gnome: Install some GStreamer plugins.

* gnu/packages/gnome.scm (gnome): Add gst-plugins-base and gst-plugins-good.
This will allow stock GNOME installs to play Ogg Vorbis files, among other
things.  It will also ensure that GST_PLUGIN_SYSTEM_PATH is set to a sensible
value when GNOME is installed to the system instead of the user profile.
39c853bd — Andy Wingo 8 years ago
gnu: totem: Wrap environment for thumbnailer.

* gnu/packages/gnome.scm (totem): Wrap thumbnailer also in environment that
  sets GST_PLUGIN_SYSTEM_PATH.
ff16170a — Efraim Flashner 8 years ago
gnu: nano: Update to 2.8.7.

* gnu/packages/nano.scm (nano): Update to 2.8.7.
ebd18113 — Marius Bakke 8 years ago
gnu: perl: Work around more "dotless @INC" build failures.

* gnu/packages/perl.scm (perl-unicode-collate)[arguments]: Add
'set-perl-search-path' phase.
* gnu/packages/xorg.scm (perl-x11-xcb)[arguments]: Likewise.
88d5889c — Marius Bakke 8 years ago
gnu: perl-www-opensearch: Provide Module::Install.

* gnu/packages/web.scm (perl-www-opensearch)[native-inputs]: Add PERL-MODULE-INSTALL.
522f1995 — Marius Bakke 8 years ago
gnu: perl-xml-atom: Update to 0.42.

* gnu/packages/xml.scm (perl-xml-atom): Update to 0.42.
[arguments]: Add 'set-perl-search-path' phase.
[native-inputs]: Add PERL-HTML-TAGSET and PERL-MODULE-BUILD-TINY.
99785674 — Marius Bakke 8 years ago
gnu: babl: Update to 0.1.30.

* gnu/packages/gimp.scm (babl): Update to 0.1.30.
b45c0505 — Marius Bakke 8 years ago
gnu: Remove unneeded import.

* gnu/packages/engineering.scm: Don't import (srfi srfi-1) in top scope.
fab46af8 — Marius Bakke 8 years ago
gnu: tdb: Update to 1.3.15.

* gnu/packages/databases.scm (tdb): Update to 1.3.15.
6909c240 — Efraim Flashner 8 years ago
gnu: enlightenment: Update to 0.21.9.

* gnu/packages/enlightenment.scm (enlightenment): Update to 0.21.9.
ab115637 — Kei Kebreau 8 years ago
gnu: xauth: Enable tests.

* gnu/packages/xorg.scm (xauth)[arguments]: Enable tests.
[native-inputs]: Add cmdtest.
cd669fde — Kei Kebreau 8 years ago
gnu: Add cmdtest.

* gnu/packages/check.scm (cmdtest): New variable.

Co-authored-by: Arun Isaac <arunisaac@systemreboot.net>
72e2815d — Marius Bakke 8 years ago
Merge branch 'core-updates'
c20cd0d2 — Andy Wingo 8 years ago
gnu: gnome: Depend on xdg-user-dirs.

* gnu/packages/gnome.scm (gnome): Add xdg-user-dirs dependency.  The presence
  of the autostart file in /run/current-system/profile/etc/xdg should cause
  xdg-user-dirs to be run when a user logs in, ensuring that they have
  ~/Pictures and other well-known user directories.
Next