summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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.
* gnu: guix-daemon: Run 'guix' from /var/guix/profiles/per-user/root.Ludovic Courtès2018-10-11
| | | | | | | | | 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/….
* pull: Turn ~/.config/guix/current into a symlink to /var/guix/profiles.Ludovic Courtès2018-10-11
| | | | | | | | | | | | | | | | | 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".
* profiles: Generalize 'canonicalize-profile'.Ludovic Courtès2018-10-11
| | | | | * guix/profiles.scm (canonicalize-profile): Rewrite to work with any profile that lives under %PROFILE-DIRECTORY.
* profiles: Add 'ensure-profile-directory'.Ludovic Courtès2018-10-11
| | | | | | | | * 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'.
* gnu: kallisto: Update to 0.44.0.Ricardo Wurmus2018-10-11
| | | | | | | * 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.
* gnu: Add python-cvxopt.Ricardo Wurmus2018-10-11
| | | | * gnu/packages/maths.scm (python-cvxopt, python2-cvxopt): New variables.
* gnu: linux-libre: Update to 4.18.13.Mark H Weaver2018-10-10
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.13. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.75.Mark H Weaver2018-10-10
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.75. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.132.Mark H Weaver2018-10-10
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.132.
* gnu: linux-libre@4.4: Update to 4.4.160.Mark H Weaver2018-10-10
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.160.
* gnu: hexchat: Update to 2.14.2.Tobias Geerinckx-Rice2018-10-11
| | | | * gnu/packages/messaging.scm (hexchat): Update to 2.14.2.
* gnu: tlp: Return #t from phases.Tobias Geerinckx-Rice2018-10-11
| | | | * gnu/packages/linux.scm (tlp)[argument]: Return #t all from phases.
* gnu: hdparm: Update to 9.56.Tobias Geerinckx-Rice2018-10-10
| | | | * gnu/packages/linux.scm (hdparm): Update to 9.56.
* gnu: perftest: Update to 4.4-0.4.Tobias Geerinckx-Rice2018-10-10
| | | | * gnu/packages/linux.scm (perftest): Update to 4.4-0.4.
* gnu: haveged: Mark up description.Tobias Geerinckx-Rice2018-10-10
| | | | | * gnu/packages/linux.scm (haveged)[description]: Use @dfn{} and split into two paragraphs.
* gnu: haveged: Update to 1.9.4.Tobias Geerinckx-Rice2018-10-10
| | | | | * gnu/packages/linux.scm (haveged): Update to 1.9.4. [source]: Use GIT-FETCH and GIT-FILE-NAME from new (development) home.
* gnu: python-pickleshare: Update to 0.7.5.Tobias Geerinckx-Rice2018-10-10
| | | | * gnu/packages/databases.scm (python-pickleshare): Update to 0.7.5.
* gnu: ranger: More test tweaks.Tobias Geerinckx-Rice2018-10-10
| | | | | | | | | | | There's no functional difference between 'make test_pytest' and running 'py.test' directly, but there may be in future. This follows up on commit 14173b3c6765bd8fcb2b12ea28fc27226645c7e1. * gnu/packages/disk.scm (ranger)[arguments]: Use #:test-target to run the (same) tests through 'make'. [native-inputs]: Remove left-over python-flake8 and python-pylint.
* gnu: Add kicad-symbols.Danny Milosavljevic2018-10-10
| | | | * gnu/packages/engineering.scm (kicad-symbols): New variable.
* gnu: ranger: Update to 1.9.2.Tobias Geerinckx-Rice2018-10-10
| | | | | | * gnu/packages/disk.scm (ranger): Update to 1.9.2. [native-inputs]: Order alphabetically. [arguments]: Actually run tests and remove useless #:test-target.
* Order (gnu packages disk) module imports alphabetically.Tobias Geerinckx-Rice2018-10-10
| | | | | * gnu/packages/disk.scm (define-module): Order module imports alphabetically.
* gnu: ndctl: Update to 63.Tobias Geerinckx-Rice2018-10-10
| | | | | | | | | * gnu/packages/disk.scm (ndctl): Update to 63. [source]: Use GIT-FILE-NAME. [native-inputs]: Add bash-completion. [arguments]: Add '--disable-asciidoctor' and '--without-systemd' #:configure-flags. Don't bother patching unused ./autogen.sh in 'patch-FHS-file-names' phase.
* gnu: libblockdev: Update to 2.20.Tobias Geerinckx-Rice2018-10-10
| | | | | * gnu/packages/disk.scm (libblockdev): Update to 2.20. [license]: Update to match fixed licence headers.
* gnu: volume-key: Update to 0.3.12.Tobias Geerinckx-Rice2018-10-10
| | | | * gnu/packages/disk.scm (volume-key): Update to 0.3.12.
* doc: Add recommendations for good origin URLs.Pierre Neidhardt2018-10-10
| | | | * doc/contributing.texi (Submitting Patches): URL recommendations.
* gnu: emacs-slime: Update to 2.22.Pierre Neidhardt2018-10-10
| | | | * gnu/packages/emacs.scm (emacs-slime): Update to 2.22.
* gnu: emacs-evil-collection: Update to 0.0.1.Pierre Neidhardt2018-10-10
| | | | * gnu/packages/emacs.scm (emacs-evil-collection): Update to 0.0.1.
* etc: Use git-file-name if origin is git-fetch.Pierre Neidhardt2018-10-10
| | | | * etc/snippets/scheme-mode/guix-origin: Use git-file-name.
* gnu: Add numlockx.Pierre Neidhardt2018-10-10
| | | | * gnu/packages/xdisorg.scm (numlockx): New variable.