summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnu: tcsh: Use ISO-8859-1 when patching "tests/testsuite".•••* gnu/packages/tcsh.scm (tcsh)[arguments]: Set %DEFAULT-PORT-ENCODING before substituting "tests/testsuite". Fixes build failure at <http://hydra.gnu.org/build/266962/nixlog/1/raw>. Ludovic Courtès2015-03-021-1/+5
* gexp: Make sure 'gexp-outputs' removes duplicate outputs.•••Fixes a regression introduced in f9efe56. * guix/gexp.scm (gexp-outputs): Add call to 'delete-duplicates'. * tests/gexp.scm ("output list, combined gexps, duplicate output"): New test. Ludovic Courtès2015-03-022-1/+9
* Merge branch 'master' into core-updates•••Conflicts: gnu/packages/gnupg.scm Mark H Weaver2015-03-0116-127/+483
|\
| * gnu: gnupg: Update to 2.0.27.•••* gnu/packages/gnupg.scm (gnupg): Update to 2.0.27. Mark H Weaver2015-03-011-3/+3
| * gnu: wget: Update to 1.16.2.•••* gnu/packages/wget.scm (wget): Update to 1.16.2. [inputs]: Add PKG-CONFIG. Ludovic Courtès2015-03-011-4/+6
| * gnu: libpsl: Fix link flag in 'libpsl.pc'.•••* gnu/packages/web.scm (libpsl)[source]: Add 'snippet' and 'modules' fields. Ludovic Courtès2015-03-011-1/+6
| * gnu: gnupg-1: Update to 1.4.19.•••* gnu/packages/gnupg.scm (gnupg-1): Update to 1.4.19. Ludovic Courtès2015-03-011-3/+3
| * gnu: ecl: Update to version 15.2.21.•••* gnu/packages/lisp.scm (ecl): Update to version 15.2.21, and disable the test suite because ECL now fails to initialize during 'make check'. Taylan Ulrich Bayırlı/Kammer2015-03-011-21/+28
| * gnu: Add xbindkeys.•••* gnu/packages/xdisorg.scm (xbindkeys): New variable. Mathieu Lirzin2015-03-011-0/+33
| * gnu: Add AlsaModularSynth.•••* gnu/packages/audio.scm (alsa-modular-synth): New variable. Ricardo Wurmus2015-03-011-0/+34
| * gnu: Add clalsadrv.•••* gnu/packages/audio.scm (clalsadrv): New variable. Ricardo Wurmus2015-03-011-0/+45
| * gnu: xfwm4: Add inputs libdrm and libxdamage.•••* gnu/packages/xfce.scm (xfwm4): Add libdrm and libxdamage to inputs. 宋文武2015-03-011-3/+5
| * gnu: xfwm4: Update to 4.12.0.•••* gnu/packages/xfce.scm (xfwm4): Update 4.12.0. 宋文武2015-03-011-2/+2
| * gnu: xfdesktop: Update to 4.12.0.•••* gnu/packages/xfce.scm (xfdesktop): Update to 4.12.0. 宋文武2015-03-011-2/+2
| * gnu: thunar-volman: Update to 0.8.1.•••* gnu/packages/xfce.scm (thunar-volman): Update to 0.8.1. 宋文武2015-03-011-3/+3
| * gnu: thunar: Update to 1.6.6.•••* gnu/packages/xfce.scm (thunar): Update to 1.6.6. 宋文武2015-03-011-3/+3
| * gnu: xfce4-settings: Update to 4.12.0.•••* gnu/packages/xfce.scm (xfce4-settings): Update to 4.12.0. 宋文武2015-03-011-2/+2
| * gnu: xfce4-session: Update to 4.12.0.•••* gnu/packages/xfce.scm (xfce4-session): Update to 4.12.0. 宋文武2015-03-011-2/+2
| * gnu: xfce4-appfinder: Update to 4.12.0.•••* gnu/packages/xfce.scm (xfce4-appfinder): Update to 4.12.0. 宋文武2015-03-011-2/+2
| * gnu: xfce4-panel: Update to 4.12.0.•••* gnu/packages/xfce.scm (xfce4-panel): Update to 4.12.0. 宋文武2015-03-011-2/+2
| * gnu: tumbler: Update to 0.1.31.•••* gnu/packages/xfce.scm (tumbler): Update to 0.1.31. 宋文武2015-03-011-2/+2
| * gnu: garcon: Update to 0.4.0.•••* gnu/packages/xfce.scm (garcon): Update to 0.4.0. 宋文武2015-03-011-5/+5
| * gnu: exo: Update to 0.10.3.•••* gnu/packages/xfce.scm (exo): Update to 0.10.3. 宋文武2015-03-011-3/+3
| * gnu: libxfce4ui: Update to 4.12.0.•••* gnu/packages/xfce.scm (libxfce4ui): Update to 4.12.0. 宋文武2015-03-011-2/+2
| * gnu: libxfce4util: Update to 4.12.1.•••* gnu/packages/xfce.scm (libxfce4util): Update to 4.12.1. 宋文武2015-03-011-2/+2
| * services: xorg: Fix file descriptor leak from SLiM/xinitrc.•••Previously processes started from the window manager would have a couple of leaked file descriptors: writable /var/log/slim.log and readable /gnu/store/…-xinitrc. * gnu/services/xorg.scm (xinitrc)[builder]: Add 'close-all-fdes'. Use it in 'exec-from-login-shell'. Ludovic Courtès2015-03-011-0/+12
| * gnu: Add zita-alsa-pcmi.•••* gnu/packages/audio.scm (zita-alsa-pcmi): New variable. Ricardo Wurmus2015-02-281-0/+47
| * gnu: Add LV2 mda EPiano plugin.•••* gnu/packages/audio.scm (lv2-mdaepiano): New variable. Ricardo Wurmus2015-02-281-0/+13
| * gnu: Add LV2 mda Piano plugin.•••* gnu/packages/audio.scm (lv2-mdapiano): New variable. Ricardo Wurmus2015-02-281-0/+33
| * gnu: Add txt2man.•••* gnu/packages/man.scm (txt2man): New variable. Ricardo Wurmus2015-02-281-0/+27
| * gnu: mpd: Export package variables using define-public.•••* gnu/packages/mpd.scm: Use define-public for package variables. Remove #:exports from module declaration. David Thompson2015-02-281-11/+6
| * gnu: Add mpd-mpc.•••* gnu/packages/mpd.scm (mpd-mpc): New variable. Paul van der Walt2015-02-281-0/+23
| * gnu: ncmpcpp: Update to 0.6.2•••* gnu/packages/mpd.scm (ncmpcpp): Update to version 0.6.2. Add boost, readline, autotools inputs. Paul van der Walt2015-02-281-3/+23
| * gnu: mail: Add copyright line.•••* gnu/packages/mail.scm (mu): Add forgotten copyright line. Paul van der Walt2015-02-281-0/+1
| * gnu: Add font-adobe-source-han-sans.•••* gnu/packages/fonts.scm (font-adobe-source-han-sans): New variable. 宋文武2015-02-281-0/+56
| * gnu: python: Drop special handling of python2-numpydoc as input.•••* gnu/packages/python.scm (python2-numpy, python2-matplotlib, python2-ipython): Keep input python2-numpydoc created by package-with-python2. Andreas Enge2015-02-281-20/+11
| * gnu: python-numpydoc: Drop one test.•••* gnu/packages/python.scm (python-numpydoc): Drop one test for all Python versions. (python2-numpydoc): Define it by package-with-python2 without modifications. Andreas Enge2015-02-281-8/+10
| * gnu: python2-py2cairo: Rename to python2-pycairo.•••* gnu/packages/gtk.scm (python2-py2cairo): Rename to ... (python2-pycairo): ... this (python2-pygtk): Adapt input. * gnu/packages/glib.scm (python2-pygobject-2): Adapt input. * gnu/packages/python.scm (package-with-python2): Adapt input. Andreas Enge2015-02-273-8/+8
| * gnu: linux-libre: Update to 3.18.8•••* gnu/packages/linux.scm (linux-libre): Update to version 3.18.8. Jason Self2015-02-271-2/+2
| * gnu: mu: Update to 0.9.11.•••* gnu/packages/mail.scm (mu): Update to 0.9.11. Update source URI. Add autoconf, automake, and libtool to native-inputs. Add autoreconf phase. Paul van der Walt2015-02-261-11/+19
* | gnu: libgcrypt: Update to 1.6.3.•••* gnu/packages/gnupg.scm (libgcrypt): Update to 1.6.3. Mark H Weaver2015-03-011-3/+3
* | Revert "build-system/gnu: Keep the sloppy conversion strategy during bootstrap."•••This reverts commit b479c3ddaf85c831e34888229849bc1ce34419de. This commit was the result of an incorrect characterization of the problem; see the log of commit 87c8b92 for details. Ludovic Courtès2015-03-011-6/+2
* | gnu: commencement: Make UTF-8 locales available right after 'guile-final'.•••In <http://hydra.gnu.org/build/263170>, we see: 153: 12 [patch-usr-bin-file #:native-inputs #f ...] [...] ?: 1 [regexp-exec # ...] In ice-9/boot-9.scm: 106: 0 [#<procedure 1998ec0 at ice-9/boot-9.scm:97:6 (thrown-k . args)> encoding-error ...] ice-9/boot-9.scm:106:20: In procedure #<procedure 1998ec0 at ice-9/boot-9.scm:97:6 (thrown-k . args)>: ice-9/boot-9.scm:106:20: Throw to key `encoding-error' with args `("scm_to_stringn" "cannot convert narrow string to output locale" 84 #f #f)'. This is due to that fact that 'patch-/usr/bin/file' read a line containing a byte sequence with bytes > 127 (namely a copyright sign.) But this build was running with a C locale, and so those bytes cannot be represented in that locale, hence this error. This commit makes the UTF-8 locales available earlier such that everything can be represented in locale encoding. * gnu/packages/commencement.scm (glibc-utf8-locales-final): Move earlier; change "gzip" input to GZIP built with %BOOT4-INPUTS. (%boot5-inputs): Define to %BOOT4-INPUTS plus GLIBC-UTF8-LOCALES-FINAL. (gnu-make-final, coreutils-final, grep-final): Use it instead of %BOOT4-INPUTS. (gzip-final): Remove. (%boot6-inputs): New variable. (%final-inputs): Use it instead of %BOOT5-INPUTS. Don't rely on GZIP-FINAL. Ludovic Courtès2015-03-011-17/+26
* | build-system/gnu: Keep the sloppy conversion strategy during bootstrap.•••* guix/build/gnu-build-system.scm (gnu-build): Leave %DEFAULT-PORT-CONVERSION-STRATEGY unchanged when 'string->bytevector' fails to convert to ISO-8859-1. This is an attempt to work around the build failures at <http://hydra.gnu.org/build/263002>. Ludovic Courtès2015-03-011-2/+6
* | gnu: Add 'file-name' fields for github source tarballs without a name.•••* gnu/packages/aarddict.scm (aarddict), gnu/packages/algebra.scm (arb), gnu/packages/audio.scm (jack-2, lvtk), gnu/packages/bioinformatics.scm (bedops, bedtools, bowtie), gnu/packages/game-development.scm (tiled), gnu/packages/games.scm (minetest-data, minetest, retroarch), gnu/packages/jrnl.scm (jrnl), gnu/packages/kde.scm (qjson), gnu/packages/libevent.scm (libuv), gnu/packages/linux.scm (pflask), gnu/packages/mail.scm (offlineimap, libetpan), gnu/packages/maths.scm (arpack-ng), gnu/packages/ninja.scm (ninja), gnu/packages/nutrition.scm (gourmet), gnu/packages/python.scm (python-cairocffi), gnu/packages/rdf.scm (lrdf), gnu/packages/ruby.scm (ruby-i18n), gnu/packages/sxiv.scm (sxiv): Add 'file-name' field to origin. Mark H Weaver2015-02-2818-1/+28
* | gnu: Move autoconf-style phases after the unpack phase.•••* gnu/packages/audio.scm (soundtouch)[arguments]: Move 'bootstrap' after 'unpack'. Remove custom /usr/bin/file patching, which will now be handled by the 'patch-usr-bin-file' phase. * gnu/packages/emacs.scm (emacs-w3m)[arguments]: Rename 'pre-configure' phase to 'autoconf' and move it after 'unpack'. * gnu/packages/fontutils.scm (libuninameslist)[arguments]: Move 'bootstrap' phase after 'unpack'. * gnu/packages/libevent.scm (libuv)[arguments]: Move 'autogen' phase after 'unpack'. Run "sh autogen.sh" instead of "./autogen.sh". * gnu/packages/linux.scm (bridge-utils)[arguments]: Move 'bootstrap' phase after 'unpack'. * gnu/packages/mail.scm (libetpan)[arguments]: Move 'autogen' phase after 'unpack'. Run "sh autogen.sh" instead of "./autogen.sh". Setenv "NOCONFIGURE" before running autogen.sh. * gnu/packages/package-management.scm (guix-devel)[arguments]: Move 'bootstrap' phase after 'unpack'. Run "sh autogen.sh" instead of "./autogen.sh". * gnu/packages/rdf.scm (lrdf)[arguments]: Move 'autoreconf' phase after 'remove-out-of-tree-references' phase. * gnu/packages/tor.scm (privoxy)[arguments]: Move 'autoconf' phase after 'unpack'. * gnu/packages/web.scm (libpsl)[arguments]: Move 'bootstrap' phase after 'unpack'. Run "sh autogen.sh" instead of "./autogen.sh". Remove 'fix-autogen-shebang' phase. Mark H Weaver2015-02-2810-44/+31
* | utils: Treat 'configure' and Makefiles with an 8-bit encoding.•••* guix/build/utils.scm (patch-makefile-SHELL, patch-/usr/bin/file): Wrap 'substitute*' in 'with-fluids'. Fixes <http://hydra.gnu.org/build/262895>. Ludovic Courtès2015-02-281-17/+21
* | packages: Set the port conversion strategy to 'error'.•••Suggested by Mark H Weaver. * guix/build/gnu-build-system.scm (gnu-build): Set %DEFAULT-PORT-CONVERSION-STRATEGY to 'error. * guix/packages.scm (patch-and-repack)[builder]: Likewise. Ludovic Courtès2015-02-282-0/+6
* | utils: Change 'patch-shebangs' to use binary input.•••* guix/build/utils.scm (get-char*): New procedure. (patch-shebang): Use it instead of 'read-char'. (fold-port-matches): Remove local 'get-char' and use 'get-char*' instead. Ludovic Courtès2015-02-281-11/+11
* | gexp: Aggregate outputs of compound gexps.•••* guix/gexp.scm (gexp-outputs)[add-reference-output]: Recurse into lists. * tests/gexp.scm ("output list + ungexp-splicing list, combined gexps"): New test. Ludovic Courtès2015-02-272-3/+13