summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-15gnu: hexchat: Use HTTPS home page....* gnu/packages/messaging.scm (hexchat)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2018-10-15gnu: haveged: Teach the controversy....* gnu/packages/linux.scm (haveged)[description]: Suggest adding additional entropy sources. Tobias Geerinckx-Rice
2018-10-15gnu: x265: Update to 2.9....* 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. Tobias Geerinckx-Rice
2018-10-15gnu: opensm: Update to 3.3.21....* 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. Tobias Geerinckx-Rice
2018-10-15gnu: restic: Update to 0.9.3....* gnu/packages/backup.scm (restic): Update to 0.9.3. [arguments]: Disable 'restic self-update'. Tobias Geerinckx-Rice
2018-10-15gnu: perl-xml-feed: Update to 0.55....* gnu/packages/xml.scm (perl-xml-feed): Update to 0.55. Tobias Geerinckx-Rice
2018-10-14gnu: Add python-falcon-cors....* gnu/packages/python-web.scm (python-falcon-cors): New variable. Maxim Cournoyer
2018-10-14gnu: Add python-falcon....* gnu/packages/python-web.scm (python-falcon): New variable. Maxim Cournoyer
2018-10-14gnu: python-mimeparse: Update to 1.6.0....* gnu/packages/python.scm (python-mimeparse): Update to 1.6.0. [phases]: Enable tests with a custom check phase. Maxim Cournoyer
2018-10-14gnu: linux-libre: Update to 4.18.14....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.14. (%linux-libre-hash): Update hash. Mark H Weaver
2018-10-14gnu: linux-libre@4.14: Update to 4.14.76....* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.76. (%linux-libre-4.14-hash): Update hash. Mark H Weaver
2018-10-14gnu: linux-libre@4.9: Update to 4.9.133....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.133. Mark H Weaver
2018-10-14gnu: linux-libre@4.4: Update to 4.4.161....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.161. Mark H Weaver
2018-10-14status: Avoid "sucessfully built" messages when in quiet mode....* guix/status.scm (print-build-event): Print "successfully built" messages only when PRINT-LOG? is true, like we do for 'substituter-started' events. Ludovic Courtès
2018-10-14guix-install.sh: Recognize armhf-linux....* etc/guix-install.sh (chk_sys_arch): Add "armv7l" case. Ludovic Courtès
2018-10-14describe: Canonicalize the profile....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'. Ludovic Courtès
2018-10-14gnu: icecat: Build with rust-1.24....* gnu/packages/gnuzilla.scm (icecat)[native-inputs]: Use the oldest compatable rust over newer releases when building icecat. Efraim Flashner
2018-10-14gnu: csound: Update to 6.11.0....* gnu/packages/audio.scm (csound): Update to 6.11.0. [home-page]: Change to "https://csound.com/". Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Brett Gilio
2018-10-12gnu: python-configargparse: Use pypi-uri....* gnu/packages/python.scm (python-configargparse, python2-configargparse)[source]: Use pypi-uri. Leo Famulari
2018-10-12gnu: khal: Update to 0.9.10....* gnu/packages/calendar.scm (khal): Update to 0.9.10. Leo Famulari
2018-10-12gnu: python-icalendar: Update to 4.0.2....* gnu/packages/python.scm (python-icalendar: Update to 4.0.2. Leo Famulari
2018-10-12gnu: ImageMagick: Update to 6.9.10-12....* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-12. Leo Famulari
2018-10-12gnu: Wireshark: Update to 2.6.4 [fixes CVE-2018-{12086,18225,18226,18227}]....* gnu/packages/networking.scm (wireshark): Update to 2.6.4. Leo Famulari
2018-10-12pull: Fix target of /var/guix/profiles/per-user/USER/current-guix....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'. Ludovic Courtès
2018-10-12gnu: Add libpd....* gnu/packages/music.scm (libpd): New variable. 宋文武
2018-10-12pull: Don't use rename(2) across potentially different devices....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. Ludovic Courtès
2018-10-12build: Fine-tune the forbidden M4 patterns....* configure.ac: Forbid "^GUILE_P", allow "^GUILE_PKG_ERRORS". Ludovic Courtès
2018-10-12build: Remove obsolete reference to 'GUIX_ASSERT_LIBGCRYPT_USABLE'....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. Ludovic Courtès
2018-10-12gnu: Remove duplicate ruby-yard package definition....* gnu/packages/ruby.scm (ruby-yard): Remove one of the two package definitions, and update the other to the latest release. Christopher Baines
2018-10-12gnu: Remove duplicate ruby-concurrent package definition....* gnu/packages/ruby.scm (ruby-concurrent): Remove one of the two definitions for this variable. Christopher Baines
2018-10-12profiles: 'user-friendly-profile' now recognizes ~/.config/guix/current....* guix/profiles.scm (%known-shorthand-profiles): New variable. (user-friendly-profile): Use it. Ludovic Courtès
2018-10-12pull: Create /var/guix/profiles/per-user/USER/current-guix....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. Ludovic Courtès
2018-10-11gnu: u-boot: Update to 2018.09....* 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> Vagrant Cascadian
2018-10-11gnu: godot: Update to 3.0.6....* gnu/packages/game-development.scm (godot): Update to 3.0.6. Brett Gilio
2018-10-11gnu: Krita: Update to 4.1.5....* gnu/packages/kde.scm (krita): Update to 4.1.5. Leo Famulari
2018-10-11gnu: guix-daemon: Run 'guix' from /var/guix/profiles/per-user/root....Fixes <https://bugs.gnu.org/32183>. Reported by Pjotr Prins <pjotr.public12@thebird.nl> and Konrad Hinsen <konrad.hinsen@fastmail.net>. * gnu/packages/package-management.scm (guix-daemon)[arguments]: Execute /var/guix/profiles/per-user/root/current-guix/bin/guix instead of ~root/…. Ludovic Courtès
2018-10-11pull: Turn ~/.config/guix/current into a symlink to /var/guix/profiles....This is more consistent with what 'guix package' does, more pleasant for users (we no longer clobber ~/.config/guix), and more cluster-friendly (since /var/guix/profiles is usually an NFS share already.) * guix/scripts/pull.scm (%current-profile, %user-profile-directory): New variables. (migrate-generations, ensure-default-profile): New procedures. (guix-pull): Use %CURRENT-PROFILE by default. Call 'ensure-default-profile'. * doc/guix.texi (Invoking guix pull): Adjust 'guix package -p ~/.config/guix/current' example. * guix/scripts.scm (warn-about-old-distro): Check %PROFILE-DIRECTORY "/current-guix". Ludovic Courtès
2018-10-11profiles: Generalize 'canonicalize-profile'....* guix/profiles.scm (canonicalize-profile): Rewrite to work with any profile that lives under %PROFILE-DIRECTORY. Ludovic Courtès
2018-10-11profiles: Add 'ensure-profile-directory'....* guix/scripts/package.scm (ensure-default-profile): Move /var/guix/profiles/per-user handling to... * guix/profiles.scm (ensure-profile-directory): ... here. New procedure. * po/guix/POTFILES.in: Add 'guix/profiles.scm'. Ludovic Courtès
2018-10-11gnu: kallisto: Update to 0.44.0....* gnu/packages/bioinformatics.scm (kallisto): Update to 0.44.0. [source]: Fetch from git. [arguments]: Add build phase to use htslib from Guix. [inputs]: Add htslib. Ricardo Wurmus
2018-10-11gnu: Add python-cvxopt....* gnu/packages/maths.scm (python-cvxopt, python2-cvxopt): New variables. Ricardo Wurmus
2018-10-10gnu: linux-libre: Update to 4.18.13....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.13. (%linux-libre-hash): Update hash. Mark H Weaver
2018-10-10gnu: linux-libre@4.14: Update to 4.14.75....* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.75. (%linux-libre-4.14-hash): Update hash. Mark H Weaver
2018-10-10gnu: linux-libre@4.9: Update to 4.9.132....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.132. Mark H Weaver
2018-10-10gnu: linux-libre@4.4: Update to 4.4.160....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.160. Mark H Weaver
2018-10-11gnu: hexchat: Update to 2.14.2....* gnu/packages/messaging.scm (hexchat): Update to 2.14.2. Tobias Geerinckx-Rice
2018-10-11gnu: tlp: Return #t from phases....* gnu/packages/linux.scm (tlp)[argument]: Return #t all from phases. Tobias Geerinckx-Rice
2018-10-10gnu: hdparm: Update to 9.56....* gnu/packages/linux.scm (hdparm): Update to 9.56. Tobias Geerinckx-Rice
2018-10-10gnu: perftest: Update to 4.4-0.4....* gnu/packages/linux.scm (perftest): Update to 4.4-0.4. Tobias Geerinckx-Rice
2018-10-10gnu: haveged: Mark up description....* gnu/packages/linux.scm (haveged)[description]: Use @dfn{} and split into two paragraphs. Tobias Geerinckx-Rice