summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ui: Fix port-buffering with guile@2.0.Eric Bavier2018-10-16
| | | | | | | * guix/status.scm (build-event-output-port)[guile@2.0]: Do not call 'setvbuf' on custom binary port. * tests/status.scm (current-build-output-port, UTF-8 + garbage)[guile@2.0]: Use "?" in place of REPLACEMENT CHARACTER.
* gnu: Add guix-minimal.Eric Bavier2018-10-16
| | | | | | | * gnu/packages/guile.scm (guile-2.0.13): New variable. * gnu/packages/package-management.scm (guix)[arguments]: Adjust 'wrap-program' phase to handle "missing" inputs. (guix-minimal): New variable.
* gnu: guile2.0-guix: Fix build.Eric Bavier2018-10-16
| | | | | | | * gnu/packages/gnupg.scm (guile2.0-gcrypt): New variable. * gnu/packages/guile.scm (guile2.0-sqlite3): New variable. * gnu/packages/package-management.scm (guile2.0-guix)[propagated-inputs]: Use them.
* import: json: Handle the error case.Danny Milosavljevic2018-10-16
| | | | * guix/import/json.scm (json-fetch-alist): Handle the error case.
* gnu: GStreamer plugins: Update MP3 features for GStreamer 1.14.Leo Famulari2018-10-16
| | | | | | | | | | | GStreamer moved all MPEG-1 audio (mp1, mp2, and mp3) decoders and encoders to the group of "good" plugins in GStreamer 1.14.0. See the 'NEWS' file for more information. * gnu/packages/gstreamer.scm (gst-plugins-ugly)[inputs]: Remove lame, mpg123, and twolame. (gst-plugins-bad): Remove mpg123. (gst-plugins-good): Add lame, mpg123, and twolame.
* gnu: xpra: Update to 2.4.Rutger Helling2018-10-16
| | | | * gnu/packages/xorg.scm (xpra): Update to 2.4.
* gnu: emacs-exwm: Update to 0.20.Clément Lassieur2018-10-16
| | | | | | | * gnu/packages/emacs.scm (emacs-exwm): Update to 0.20. [source]: Remove emacs-exwm-fix-fullscreen-issue.patch. * gnu/local.mk (dist_patch_DATA): Remove patch. * gnu/packages/patches/emacs-exwm-fix-fullscreen-issue.patch: Remove patch.
* gnu: emacs-xelb: Update to 0.16.Clément Lassieur2018-10-16
| | | | * gnu/packages/emacs.scm (emacs-xelb): Update to 0.16.
* gnu: guix: Update to f9a8fce.Ludovic Courtès2018-10-15
| | | | * gnu/packages/package-management.scm (guix): Update to f9a8fce.
* status: Build upon multiplexed build output.Ludovic Courtès2018-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows for more accurate status tracking and parsing of extended build traces. * guix/status.scm (multiplexed-output-supported?): New procedure. (print-build-event): Don't print \r when PRINT-LOG? is true. Adjust 'build-log' handling for when 'multiplexed-output-supported?' returns true. (bytevector-index, split-lines): New procedures. (build-event-output-port)[%build-output-pid, %build-output] [%build-output-left]: New variables. [process-line]: Handle "@ build-output" traces. [process-build-output]: New procedure. [write!]: Add case for when %BUILD-OUTPUT-PID is true. Use 'bytevector-index' rather than 'string-index'. (compute-status): Add #:derivation-path->output-path. Use it. * tests/status.scm ("compute-status, multiplexed build output"): New test. ("build-output-port, UTF-8") ("current-build-output-port, UTF-8 + garbage"): Adjust to new 'build-log' output. * guix/scripts/build.scm (set-build-options-from-command-line): Pass #:multiplexed-build-output?. (%default-options): Add 'multiplexed-build-output?'. * guix/scripts/environment.scm (%default-options): Likewise. * guix/scripts/pack.scm (%default-options): Likewise. * guix/scripts/package.scm (%default-options): Likewise. * guix/scripts/pull.scm (%default-options): Likewise. * guix/scripts/system.scm (%default-options): Likewise.
* daemon: Support multiplexed build output.Ludovic Courtès2018-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | This allows clients to tell whether output comes from the daemon or, if it comes from a builder, from which builder it comes. The latter is particularly useful when MAX-BUILD-JOBS > 1. * nix/libstore/build.cc (DerivationGoal::tryBuildHook) (DerivationGoal::startBuilder): Print the child's PID in "@ build-started" traces. (DerivationGoal::handleChildOutput): Define 'prefix', pass it to 'writeToStderr'. * nix/libstore/globals.cc (Settings:Settings): Initialize 'multiplexedBuildOutput'. (Settings::update): Likewise. * nix/libstore/globals.hh (Settings)[multiplexedBuildOutput]: New field. Update 'printBuildTrace' documentation. * nix/libstore/worker-protocol.hh (PROTOCOL_VERSION): Bump to 0.163. * nix/nix-daemon/nix-daemon.cc (performOp) <wopSetOptions>: Special-case "multiplexed-build-output" and remove "use-ssh-substituter". * guix/store.scm (set-build-options): Add #:multiplexed-build-output? and honor it. (%protocol-version): Bump to #x163. * tests/store.scm ("multiplexed-build-output"): New test. fixlet
* gnu: go@1.4: Add support for aarch64-linux.Efraim Flashner2018-10-15
| | | | | | * gnu/packages/golang.scm (go@1.4)[arguments]: Build for armhf-linux when building for aarch64-linux. [supported-systems]: Add aarch64-linux.
* gnu: wine-staging: Update to 3.18.Rutger Helling2018-10-15
| | | | | * gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.18. * gnu/packages/wine.scm (wine-staging): Update to 3.18.
* gnu: x265: Fix building on armhf-linux and aarch64-linux.Efraim Flashner2018-10-15
| | | | | | | | * gnu/packages/video.scm (x265)[source]: Update list of patches. [arguments]: Change configure flag to ensure PIC for all architectures. * gnu/packages/patches/x265-arm-asm-primitives.patch: Remove file. * gnu/packages/patches/x265-detect512-all-arches.patch: New file. * gnu/local.mk (dist_patch_DATA): Update patch registry.
* gnu: audacity: Update home page.Tobias Geerinckx-Rice2018-10-15
| | | | * gnu/packages/audio.scm (audacity)[home-page]: Update.
* gnu: hexchat: Use HTTPS home page.Tobias Geerinckx-Rice2018-10-15
| | | | * gnu/packages/messaging.scm (hexchat)[home-page]: Use HTTPS.
* gnu: haveged: Teach the controversy.Tobias Geerinckx-Rice2018-10-15
| | | | | * gnu/packages/linux.scm (haveged)[description]: Suggest adding additional entropy sources.
* gnu: x265: Update to 2.9.Tobias Geerinckx-Rice2018-10-15
| | | | | | | * gnu/packages/video.scm (x265): Update to 2.9. [source]: Remove x265-fix-ppc64le-build.patch. * gnu/packages/patches/x265-fix-ppc64le-build.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: opensm: Update to 3.3.21.Tobias Geerinckx-Rice2018-10-15
| | | | | | | | * gnu/packages/fabric-management.scm (opensm): Update to 3.3.21. [source]: Update tarball URI. [native-inputs]: Add autoconf, automake, and libtool. [arguments]: Rename 'doc' phase to 'install-doc'. Omit AUTHORS and ChangeLog files. They are more than a decade old.
* gnu: restic: Update to 0.9.3.Tobias Geerinckx-Rice2018-10-15
| | | | | * gnu/packages/backup.scm (restic): Update to 0.9.3. [arguments]: Disable 'restic self-update'.
* gnu: perl-xml-feed: Update to 0.55.Tobias Geerinckx-Rice2018-10-15
| | | | * gnu/packages/xml.scm (perl-xml-feed): Update to 0.55.
* gnu: Add python-falcon-cors.Maxim Cournoyer2018-10-14
| | | | * gnu/packages/python-web.scm (python-falcon-cors): New variable.
* gnu: Add python-falcon.Maxim Cournoyer2018-10-14
| | | | * gnu/packages/python-web.scm (python-falcon): New variable.
* gnu: python-mimeparse: Update to 1.6.0.Maxim Cournoyer2018-10-14
| | | | | * gnu/packages/python.scm (python-mimeparse): Update to 1.6.0. [phases]: Enable tests with a custom check phase.
* gnu: linux-libre: Update to 4.18.14.Mark H Weaver2018-10-14
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.14. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.76.Mark H Weaver2018-10-14
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.76. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.133.Mark H Weaver2018-10-14
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.133.
* gnu: linux-libre@4.4: Update to 4.4.161.Mark H Weaver2018-10-14
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.161.
* status: Avoid "sucessfully built" messages when in quiet mode.Ludovic Courtès2018-10-14
| | | | | | * guix/status.scm (print-build-event): Print "successfully built" messages only when PRINT-LOG? is true, like we do for 'substituter-started' events.
* guix-install.sh: Recognize armhf-linux.Ludovic Courtès2018-10-14
| | | | * etc/guix-install.sh (chk_sys_arch): Add "armv7l" case.
* describe: Canonicalize the profile.Ludovic Courtès2018-10-14
| | | | | | | | Fixes a regression introduced in 795d430d90e41eb172315bfccf79c9f13fc0ebfa whereby 'guix describe' would no longer display the generation number of ~/.config/guix/current. * guix/scripts/describe.scm (guix-describe): Call 'canonicalize-profile'.
* gnu: icecat: Build with rust-1.24.Efraim Flashner2018-10-14
| | | | | * gnu/packages/gnuzilla.scm (icecat)[native-inputs]: Use the oldest compatable rust over newer releases when building icecat.
* gnu: csound: Update to 6.11.0.Brett Gilio2018-10-14
| | | | | | | * gnu/packages/audio.scm (csound): Update to 6.11.0. [home-page]: Change to "https://csound.com/". Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: python-configargparse: Use pypi-uri.Leo Famulari2018-10-12
| | | | | * gnu/packages/python.scm (python-configargparse, python2-configargparse)[source]: Use pypi-uri.
* gnu: khal: Update to 0.9.10.Leo Famulari2018-10-12
| | | | * gnu/packages/calendar.scm (khal): Update to 0.9.10.
* gnu: python-icalendar: Update to 4.0.2.Leo Famulari2018-10-12
| | | | * gnu/packages/python.scm (python-icalendar: Update to 4.0.2.
* gnu: ImageMagick: Update to 6.9.10-12.Leo Famulari2018-10-12
| | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-12.
* gnu: Wireshark: Update to 2.6.4 [fixes CVE-2018-{12086,18225,18226,18227}].Leo Famulari2018-10-12
| | | | * gnu/packages/networking.scm (wireshark): Update to 2.6.4.
* pull: Fix target of /var/guix/profiles/per-user/USER/current-guix.Ludovic Courtès2018-10-12
| | | | | | | | This is a followup to 8155a209071f981fbf359975f463be4bcf8fa23e. * guix/scripts/pull.scm (migrate-generations): Compute the right target for /var/guix/profiles/per-user/USER/current-guix. Previously we'd return "current-N-link" instead of "current-guix-N-link'.
* gnu: Add libpd.宋文武2018-10-12
| | | | * gnu/packages/music.scm (libpd): New variable.
* pull: Don't use rename(2) across potentially different devices.Ludovic Courtès2018-10-12
| | | | | | | | Reported by Formbi on #guix. * guix/scripts/pull.scm (migrate-generations): Use 'symlink' and 'delete-file' instead of 'rename-file'. The latter could lead to EXDEV when $HOME and /var were different partitions.
* build: Fine-tune the forbidden M4 patterns.Ludovic Courtès2018-10-12
| | | | * configure.ac: Forbid "^GUILE_P", allow "^GUILE_PKG_ERRORS".
* build: Remove obsolete reference to 'GUIX_ASSERT_LIBGCRYPT_USABLE'.Ludovic Courtès2018-10-12
| | | | | | | | Reported by Mark H Weaver <mhw@netris.org>. Fixes <https://bugs.gnu.org/33023>. * configure.ac: Remove use of 'GUIX_ASSERT_LIBGCRYPT_USABLE'. Add "^GUIX_" to the forbidden M4 patterns.
* gnu: Remove duplicate ruby-yard package definition.Christopher Baines2018-10-12
| | | | | * gnu/packages/ruby.scm (ruby-yard): Remove one of the two package definitions, and update the other to the latest release.
* gnu: Remove duplicate ruby-concurrent package definition.Christopher Baines2018-10-12
| | | | | * gnu/packages/ruby.scm (ruby-concurrent): Remove one of the two definitions for this variable.
* profiles: 'user-friendly-profile' now recognizes ~/.config/guix/current.Ludovic Courtès2018-10-12
| | | | | * guix/profiles.scm (%known-shorthand-profiles): New variable. (user-friendly-profile): Use it.
* pull: Create /var/guix/profiles/per-user/USER/current-guix.Ludovic Courtès2018-10-12
| | | | | | | | Previously the migration code would fail to create that file, so ~/.config/guix/current would be dangling. * guix/scripts/pull.scm (migrate-generations): Create /var/guix/profiles/per-user/USER/current-guix.
* gnu: u-boot: Update to 2018.09.Vagrant Cascadian2018-10-11
| | | | | | | | * gnu/packages/bootloaders.scm (u-boot): Update to 2018.09. (u-boot-tools)[arguments]: Substitute "coverage" for "python-coverage". Update workaround for only 99% test coverage. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: godot: Update to 3.0.6.Brett Gilio2018-10-11
| | | | * gnu/packages/game-development.scm (godot): Update to 3.0.6.
* gnu: Krita: Update to 4.1.5.Leo Famulari2018-10-11
| | | | * gnu/packages/kde.scm (krita): Update to 4.1.5.