Age | Commit message (Collapse) | Author |
|
* gnu/packages/groff.scm (groff)[arguments]: Add phase "setenv".
|
|
* gnu/packages/libidn.scm (libidn2): Update to 2.0.4.
[properties]: Add 'ftp-directory' to ease updates.
|
|
* gnu/packages/base.scm (grep): Update to 3.1.
[source]: Remove patch.
* gnu/packages/patches/grep-gnulib-lock.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/texinfo.scm (texinfo): Update to 6.4.
|
|
* gnu/packages/bootstrap.scm (bootstrap-guile-origin): New procedure.
* gnu/packages/package-management.scm (guix)[inputs]: Remove
'boot-guile' procedure; use 'bootstrap-guile-origin' instead.
|
|
* build-aux/download.scm: Remove.
* Makefile.am (EXTRA_DIST): Remove it.
(check-system): Remove dependency on $(BOOTSTRAP_GUILE_TARBALLS).
* gnu/local.mk (nodist_bootstrap_x86_64_linux_DATA)
(nodist_bootstrap_i686_linux_DATA, nodist_bootstrap_armhf_linux_DATA)
(nodist_bootstrap_aarch64_linux_DATA, nodist_bootstrap_mips64el_linux_DATA)
(BOOTSTRAP_GUILE_TARBALLS, DISTCLEANFILES, DOWNLOAD_FILE)
(%D%/packages/bootstrap/x86_64-linux/guile-2.0.9.tar.xz)
(%D%/packages/bootstrap/i686-linux/guile-2.0.9.tar.xz)
(%D%/packages/bootstrap/armhf-linux/guile-2.0.11.tar.xz)
(%D%/packages/bootstrap/aarch64-linux/guile-2.0.14.tar.xz)
(%D%/packages/bootstrap/mips64el-linux/guile-2.0.9.tar.xz): Remove.
* build-aux/test-env.in: Add "guix download" invocation when
gnu/packages/bootstrap/guile* exists.
|
|
* gnu/packages/bootstrap.scm (%bootstrap-base-urls): Add "https" URL first.
|
|
* gnu/packages/bootstrap.scm (bootstrap-guile-url-path)
(bootstrap-guile-hash, download-bootstrap-guile): New procedures.
(raw-build): Use it. Script uses $GUILE_TARBALL. Add GUILE to the
inputs of the derivation.
|
|
This is a followup to 05ceb8dcaf480a47cddf94ac979070b76df6556c.
* guix/download.scm (in-band-download): Remove.
(url-fetch): Call 'error' when BUILTINS lacks "download"; remove call to
'in-band-download'.
|
|
Fixes <http://bugs.gnu.org/26931>.
Reported by Leo Famulari <leo@famulari.name>.
* gnu/services/base.scm (user-processes-service-type)[stop]: Add
'reap-children' loop.
* gnu/tests/base.scm (run-halt-test): New procedure.
(%test-halt): New variable.
|
|
* gnu/build/marionette.scm (%qwerty-us-keystrokes): Add ', ", and `.
|
|
Previously we'd use "sendkey P" instead of "sendkey shift-p", which had
no effect.
* gnu/build/marionette.scm (character->keystroke): New procedure.
(string->keystroke-commands): Use it.
|
|
* gnu/build/marionette.scm (wait-for-file): Arrange to call 'error' on
the host, not in the guest.
|
|
Reported by Christopher Baines.
This fixes a top-level reference among mutually-dependent modules.
* gnu/packages/emacs.scm (emacs-nix-mode): Move to...
* gnu/packages/package-management.scm (emacs-nix-mode): ... here.
|
|
* gnu/bootloader.scm (bootloader-configuration-target): Use 'warning'
instead of 'issue-deprecation-warning'.
|
|
* gnu/packages/xorg.scm (xf86-video-freedreno)[inputs]: Add zlib.
|
|
* gnu/packages/patches/libzip-CVE-2017-12858.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/compression.scm (libzip)[source]: Use it.
|
|
* gnu/packages/video.scm (srt2vtt)[source]: Fetch sources from new URL.
|
|
* gnu/packages/java.scm (classpath-devel)[source]: Set the file-name.
* gnu/packages/guile.scm (guile-for-guile-emacs,
guile-syntax-highlight)[source]: Likewise.
|
|
* 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.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2017.08.27.1.
|
|
* gnu/packages/networking.scm (iodine)[arguments]: Fix path to ifconfig.
|
|
* gnu/packages/ftp.scm (filezilla): Update to 3.27.1.
|
|
* gnu/packages/ftp.scm (libfilezilla): Update to 0.10.1.
[native-inputs]: Add pkg-config.
|
|
* 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.
|
|
* 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.
|
|
* gnu/packages/gnome.scm (totem): Wrap thumbnailer also in environment that
sets GST_PLUGIN_SYSTEM_PATH.
|
|
* gnu/packages/nano.scm (nano): Update to 2.8.7.
|
|
* gnu/packages/perl.scm (perl-unicode-collate)[arguments]: Add
'set-perl-search-path' phase.
* gnu/packages/xorg.scm (perl-x11-xcb)[arguments]: Likewise.
|
|
* gnu/packages/web.scm (perl-www-opensearch)[native-inputs]: Add PERL-MODULE-INSTALL.
|
|
* 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.
|
|
* gnu/packages/gimp.scm (babl): Update to 0.1.30.
|
|
* gnu/packages/engineering.scm: Don't import (srfi srfi-1) in top scope.
|
|
* gnu/packages/databases.scm (tdb): Update to 1.3.15.
|
|
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.21.9.
|
|
* gnu/packages/xorg.scm (xauth)[arguments]: Enable tests.
[native-inputs]: Add cmdtest.
|
|
* gnu/packages/check.scm (cmdtest): New variable.
Co-authored-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
* 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.
|
|
* gnu/packages/freedesktop.scm (xdg-user-dirs): New public variable.
|
|
* gnu/packages/engineering.scm (radare2): New variable.
|
|
* gnu/packages/engineering.scm (python-capstone, python2-capstone): New
variables.
|
|
* gnu/packages/engineering.scm (capstone): New variable.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2017.08.23.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
* gnu/packages/pv.scm (pv): Update to 1.6.6.
|
|
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.9.
(%linux-libre-hash): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.45.
|
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.84.
|
|
* gnu/packages/databases.scm (perl-dbix-class, perl-dbix-class-cursor-cached,
perl-dbix-class-introspectablem2m,
perl-dbix-class-schema-loader)[native-inputs]: Add PERL-MODULE-INSTALL.
* gnu/packages/web.scm (perl-catalyst-action-renderview,
perl-catalyst-action-rest, perl-catalyst-authentication-store-dbix-class,
perl-catalyst-component-instancepercontext, perl-catalyst-model-dbic-schema,
perl-catalyst-plugin-authentication,
perl-catalyst-plugin-authorization-roles, perl-catalyst-plugin-configloader,
perl-catalyst-plugin-session, perl-catalyst-plugin-session-state-cookie,
perl-catalyst-plugin-stacktrace, perl-catalyst-plugin-static-simple,
perl-catalyst-traitfor-request-proxybase, perl-catalyst-view-download,
perl-catalyst-view-json, perl-catalystx-script-server-starman,
perl-test-www-mechanize, perl-test-www-mechanize-catalyst)[native-inputs]:
Likewise.
* gnu/packages/xorg.scm (perl-x11-xcb)[native-inputs]: Likewise.
|
|
* gnu/packages/web.scm (perl-catalyst-runtime): Update to 5.90115.
[native-inputs]: Add PERL-MODULE-INSTALL.
|