summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * tests: Use unbuffered input ports when decompressing from 'guix publish'.Ludovic Courtès2016-07-27
| | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/24060>. Reported by Chris Marusich <cmmarusich@gmail.com>. * tests/publish.scm (http-get-port): Explicitly call 'open-socket-for-uri' and add calls to 'setvbuf'.
| * zlib: Protect against non-empty port internal buffers.Ludovic Courtès2016-07-27
| | | | | | | | | | | | * guix/zlib.scm (make-gzip-input-port)[gzfile]: Error out if (drain-input port) returns a non-empty string. * guix/zlib.scm (make-gzip-output-port)[gzfile]: Call 'force-output'.
| * zlib: Clarify when 'gzread!' can return zero.Ludovic Courtès2016-07-27
| | | | | | | | | | | | * guix/zlib.scm (gzread!): Augment docstring to clarify when zero is returned (based on reading zlib code). (make-gzip-input-port)[read!]: Remove scary comment.
| * gnu: magit: Fix rebase commands that require perl.Alex Griffin2016-07-27
| | | | | | | | | | | | | | | | * gnu/packages/emacs.scm (magit)[inputs]: Add 'perl'. [arguments]: Adjust 'patch-exec-paths' phase to make some rebase commands find 'perl'. Signed-off-by: Alex Kost <alezost@gmail.com>
| * gnu: Add httping.Tobias Geerinckx-Rice2016-07-27
| | | | | | | | * gnu/packages/networking.scm (httping): New variable.
| * gnu: Add missing copyright symbol.Tobias Geerinckx-Rice2016-07-27
| | | | | | | | * gnu/packages/networking.scm: Add missing "©" to header comments.
| * gnu: gmime: Remove 'gpg' to 'gpg2' substitution.ng02016-07-26
| | | | | | | | | | | | | | * gnu/packages/mail.scm (gmime)[arguments]: Remove the substitution which previously changed 'gpg' to 'gpg2' in 'patch-paths-in-tests' phase. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: dmd: Remove package, superseded by shepherd.Andreas Enge2016-07-26
| | | | | | | | * gnu/packages/admin.scm (dmd): Remove variable.
| * gnu: Add perl-db-file.Danny Milosavljevic2016-07-26
| | | | | | | | | | | | * gnu/packages/databases.scm (perl-db_file): New variable. Signed-off-by: Andreas Enge <andreas@enge.fr>
| * profiles: Output in 'package->manifest-entry' defaults to "out".Ludovic Courtès2016-07-26
| | | | | | | | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/24029>. Reported by Dylan Jeffers <sapientech@openmailbox.org>. * guix/profiles.scm (package->manifest-entry): Change #:output to default to "out". (packages->manifest): Add 'package?' in second 'match' clause. * tests/profiles.scm ("package->manifest-entry defaults to \"out\""): New test.
| * environment: Set 'GUIX_ENVIRONMENT' to the profile.Ludovic Courtès2016-07-26
| | | | | | | | | | | | | | * guix/scripts/environment.scm (create-environment): Set 'GUIX_ENVIRONMENT' to PROFILE. * tests/guix-environment.sh: Test it. * doc/guix.texi (Invoking guix environment): Document it.
| * import: pypi: Correctly handle new-style URLs.Ludovic Courtès2016-07-26
| | | | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/23997>. * guix/import/pypi.scm (guix-package->pypi-name): Rewrite using 'basename' and 'hyphen-package-name->name+version'. * tests/pypi.scm ("guix-package->pypi-name, old URL style") ("guix-package->pypi-name, new URL style"): New tests.
| * doc: Explain authentication in "System Installation".Ludovic Courtès2016-07-26
| | | | | | | | | | | | | | | | | | Suggested by Vincent Legoll <vincent.legoll@gmail.com>. * doc/guix.texi (OPENPGP-SIGNING-KEY-ID): New constant. (Binary Installation): Use it. (USB Stick Installation): Copy and adjust the authentication bit from "Binary Installation".
| * doc: Better illustration use of package revision numbers.ng02016-07-26
| | | | | | | | | | | | | | * doc/guix.texi (Version Numbers): Add the revision to the example of the git package used in 7.6.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: icecat: Install icons.Alex Griffin2016-07-26
| | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (icecat)[arguments]: Add 'install-icons' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add haveged.Tobias Geerinckx-Rice2016-07-26
| | | | | | | | * gnu/packages/linux.scm (haveged): New variable.
| * gnu: Add perceptualdiff.Tobias Geerinckx-Rice2016-07-26
| | | | | | | | * gnu/packages/image.scm (perceptualdiff): New variable.
| * gnu: linux-libre@4.1: Update to 4.1.28.Mark H Weaver2016-07-26
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.28.
| * gnu: linux-libre: Update to 4.7.Mark H Weaver2016-07-26
| | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre): Update to 4.7. * gnu/packages/linux-libre-4.7-x86_64.conf, gnu/packages/linux-libre-4.7-i686.conf: New files. * gnu/packages/linux-libre-4.6-x86_64.conf, gnu/packages/linux-libre-4.6-i686.conf: Delete files. * Makefile.am (KCONFIGS): Update accordingly.
| * gnu: calibre: Build with non-modular Qt.Andreas Enge2016-07-26
| | | | | | | | | | | | | | | | | | * gnu/packages/ebook.scm (calibre)[native-inputs]: Replace QTBASE by QT. [inputs]: Replace QTBASE by QT and PYTHON2-PYQT by PYTHON2-PYQT-5.5. This essentially reverts commit 76806c54ed72f8f04079bbb187b186b833c103e1. Reported by Roel Janssen <roel@gnu.org>.
| * gnu: pyqt: Add versions based on non-modular Qt 5.5.Andreas Enge2016-07-26
| | | | | | | | * gnu/packages/qt.scm (python-pyqt-5.5, python2-pyqt-5.5): New variables.
| * gnu: guix: Update development snapshot.Andreas Enge2016-07-25
| | | | | | | | * gnu/packages/package-management.scm (guix-devel): Update to 97c8aef.
| * system: Add mapped devices for RAID.Andreas Enge2016-07-25
| | | | | | | | | | | | | | | | | | * gnu/system/mapped-devices.scm (raid-device-mapping, open-raid-device, close-raid-device): New variables. * doc/guix.texi (Mapped Devices): Add documentation for RAID devices, reorganize documentation for LUKS devices. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: python@2.7: Delete faulty test on mips64el only.Ludovic Courtès2016-07-28
| | | | | | | | | | | | | | | | | | This amends 8b732bf6d93ad2cb529c3c5f886efe2625c5fb72 and avoids a rebuild. * gnu/packages/python.scm (python-2.7)[arguments] <pre-check>: When (%current-system) starts with "mips64el", delete Lib/test/test_ctypes.py.
* | gnu: python-2.7: Disable test failing on mips64el-linux.Andreas Enge2016-07-27
| | | | | | | | | | * gnu/packages/python.scm (python-2.7)[source]: In a snippet, remove an additional test that fails on mips64el-linux.
* | gnu: skribilo: Add input ghostscript-gs.Andreas Enge2016-07-27
| | | | | | | | | | | | * gnu/packages/engineering.scm (lout)[native-inputs]: Add ghostscript-gs. This is a follow-up to commit d8eb912132ccdff955e3318fe549c5f7f674adf8.
* | gnu: lout: Add input ghostscript.Andreas Enge2016-07-26
| | | | | | | | * gnu/packages/lout.scm (lout)[native-inputs]: Add ghostscript, needed for ps2pdf.
* | gnu: lout: Make ghostscript-gs a native input.Andreas Enge2016-07-26
| | | | | | | | * gnu/packages/lout.scm (lout)[inputs]: Move to native-inputs.
* | gnu: lout: Build with ghostscript-gs.Andreas Enge2016-07-26
| | | | | | | | | | | | | | * gnu/packages/engineering.scm (lout)[inputs]: Replace GHOSTSCRIPT by GHOSTSCRIPT-GS. This is a follow-up to commit d8eb912132ccdff955e3318fe549c5f7f674adf8.
* | gnu: lpsolve: Fix compilation issue.Ludovic Courtès2016-07-26
| | | | | | | | | | | | | | Reported by Andreas Enge <andreas@enge.fr> at <https://lists.gnu.org/archive/html/guix-devel/2016-07/msg01018.html>. * gnu/packages/maths.scm (lpsolve)[source]: Augment 'snippet'.
* | gnu: lpsolve: Fail as early as possible.Ludovic Courtès2016-07-26
| | | | | | | | | | * gnu/packages/maths.scm (lpsolve)[arguments]: In 'build' phase, check the return value of 'system*' and honor it.
* | gnu: fastcap: Build with ghostscript-gs.Andreas Enge2016-07-25
| | | | | | | | | | | | | | * gnu/packages/engineering.scm (fastcap)[native-inputs]: Replace GHOSTSCRIPT by GHOST_SCRIPT-GS. This is a follow-up to commit d8eb912132ccdff955e3318fe549c5f7f674adf8.
* | Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge2016-07-25
|\|
| * doc: Explain when guix edit is read-only.myglc22016-07-25
| | | | | | | | | | | | | | * doc/guix.texi (Invoking guix edit): Explain when you can and can't edit the recipe. Signed-off-by: Alex Kost <alezost@gmail.com>
| * gnu: emacs-solarized-theme: Remove unneeded dependencies.Alex Kost2016-07-25
| | | | | | | | | | * gnu/packages/emacs.scm (emacs-solarized-theme)[propagated-inputs]: Remove 'emacs-f' and 'emacs-s'.
| * gnu: emacs: Install site-start.el in non-versioned directory.Alex Kost2016-07-25
| | | | | | | | | | | | | | | | Reported by Ricardo Wurmus on #guix. * gnu/packages/emacs.scm (emacs)[arguments]: Put "site-start.el" in "/share/emacs/site-lisp" instead of "/share/emacs/<version>/site-lisp" to let inherited package with another version find it.
| * gnu: Add guile-daemon.Alex Kost2016-07-25
| | | | | | | | * gnu/packages/guile.scm (guile-daemon): New variable.
| * gnu: Add guile-xosd.Alex Kost2016-07-25
| | | | | | | | * gnu/packages/guile.scm (guile-xosd): New variable.
| * gnu: Add xdpyprobe.Alex Kost2016-07-25
| | | | | | | | * gnu/packages/xdisorg.scm (xdpyprobe): New variable.
| * doc: Describe how to make X server find TrueType fonts.Alex Kost2016-07-25
| | | | | | | | | | * doc/guix.texi (Application Setup): Document how to add TrueType fonts installed in a Guix profile to the X server font path.
| * profiles: Add fonts-dir-file hook.Alex Kost2016-07-25
| | | | | | | | | | * guix/profiles.scm (fonts-dir-file): New procedure. (%default-profile-hooks): Add it.
| * gnu: mkfontdir: Do not propagate 'mkfontscale'.Alex Kost2016-07-25
| | | | | | | | | | | | | | * gnu/packages/xorg.scm (mkfontdir)[propagated-inputs]: Move 'mkfontscale' to ... [inputs]: ... here. [arguments]: Add 'wrap-mkfontdir' phase.
| * gnu: Add xfd.Alex Kost2016-07-25
| | | | | | | | * gnu/packages/xorg.scm (xfd): New variable.
| * gnu: Add xfontsel.Alex Kost2016-07-25
| | | | | | | | * gnu/packages/xorg.scm (xfontsel): New variable.
| * gnu: sbcl: Update to 1.3.7.Andy Patterson2016-07-25
| | | | | | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl): Update to 1.3.7. [arguments]: During the patch-unix-tool-paths phase, avoid running substitute* on a utf-16-be encoded file. Signed-off-by: 宋文武 <iyzsong@gmail.com>
| * gnu: ecl: Wrap with PATH, CPATH, LIBRARY_PATH, and LD_LIBRARY_PATH.Andy Patterson2016-07-25
| | | | | | | | | | | | * gnu/packages/lisp.scm (ecl)[arguments]: Add 'wrap' phase. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: ecl: Enable tests.Andy Patterson2016-07-25
| | | | | | | | | | | | * gnu/packages/lisp.scm (ecl): Enable tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: ecl: Update to 16.1.2.Andy Patterson2016-07-25
| | | | | | | | | | | | * gnu/packages/lisp.scm (ecl): Update to 16.1.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: gnupg@2.1: Use 'modify-phases'.Efraim Flashner2016-07-25
| | | | | | | | | | * gnu/packages/gnupg.scm (gnupg@2.1)[arguments]: Use 'modify-phases' syntax.
| * gnu: hdup: Update source url.Efraim Flashner2016-07-25
| | | | | | | | * gnu/packages/backup.scm (hdup)[source]: Update url.