summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: font-wqy-microhei: Use 'font-build-system'.Feng Shu2017-07-17
| | | | | | * gnu/packages/fonts.scm (font-wqy-microhei): Switch to font-build-system. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add Poly/ML.Andy Patterson2017-07-17
| | | | | | | * gnu/packages/sml.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* daemon: Flush the sink upon 'exportPath' errors.Jan Nieuwenhuizen2017-07-17
| | | | | | | | | | | | | | | | | Prior to this change, errors such as wrong permissions on /etc/guix/signing-key.sec would give: guix-daemon: nix/libutil/serialise.cc:15: virtual nix::BufferedSink::~BufferedSink(): Assertion `!bufPos' failed. This patch correctly propagates the error to the client and thus changes that to: error: build failed: file `/etc/guix/signing-key.sec' should be secret (inaccessible to everybody else)! * nix/nix-daemon/nix-daemon.cc (performOp): Wrap 'exportPath' call in 'try' block. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: supertuxkart: Fix build on aarch64.Efraim Flashner2017-07-17
| | | | | | * gnu/packages/games.scm (supertuxkart)[source]: Add patch. * gnu/packages/patches/supertuxkart-angelscript-ftbfs.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: Add sooperlooper.Ricardo Wurmus2017-07-17
| | | | | | * gnu/packages/patches/sooperlooper-build-with-wx-30.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/music.scm (sooperlooper): New variable.
* gnu: texlive-union: Silence union-build.Ricardo Wurmus2017-07-17
| | | | | * gnu/packages/tex.scm (texlive-union)[arguments]: Suppress the output of "union-build".
* gnu: Add texlive-latex-type1cm.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-type1cm): New variable.
* gnu: Add texlive-fonts-txfonts.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-fonts-txfonts): New variable.
* gnu: Add texlive-latex-enumitem.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-enumitem): New variable.
* gnu: texlive-dvips: Install font maps.Ricardo Wurmus2017-07-17
| | | | | | * gnu/packages/tex.scm (texlive-dvips)[native-inputs]: Add dvips-font-maps and dvips-base-enc. [arguments]: Install them.
* gnu: texlive-union: Add texlive-fontname to defaults.Ricardo Wurmus2017-07-17
| | | | | * gnu/packages/tex.scm (texlive-union): Add texlive-fontname to the default packages
* gnu: Add texlive-fontname.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-fontname): New variable.
* gnu: python-ipython: Use texlive-union.Ricardo Wurmus2017-07-17
| | | | | * gnu/packages/python.scm (python-ipython)[native-inputs]: Replace "texlive" with a texlive-union.
* gnu: Add texlive-latex-pstool.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-pstool): New variable.
* gnu: Add texlive-latex-trimspaces.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-trimspaces): New variable.
* gnu: Add texlive-latex-psfrag.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-psfrag): New variable.
* gnu: Add texlive-latex-ifplatform.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-ifplatform): New variable.
* gnu: Add texlive-latex-filemod.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-filemod): New variable.
* gnu: Add texlive-latex-environ.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-environ): New variable.
* gnu: Add texlive-latex-bigfoot.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-bigfoot): New variable.
* gnu: Add texlive-generic-pdftex.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-generic-pdftex): New variable.
* gnu: Add texlive-latex-wrapfig.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-wrapfig): New variable.
* gnu: Add texlive-latex-varwidth.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-varwidth): New variable.
* gnu: Add texlive-latex-threeparttable.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-threeparttable): New variable.
* gnu: Add texlive-latex-tabulary.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-tabulary): New variable.
* gnu: Add texlive-latex-parskip.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-parskip): New variable.
* gnu: Add texlive-latex-upquote.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-upquote): New variable.
* gnu: Add texlive-latex-mdwtools.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-mdwtools): New variable.
* gnu: Add texlive-latex-framed.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-framed): New variable.
* gnu: Add texlive-latex-etoolbox.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-etoolbox): New variable.
* gnu: Add texlive-latex-capt-of.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-capt-of): New variable.
* gnu: texlive-latex-babel: Install to generic/babel.Ricardo Wurmus2017-07-17
| | | | | * gnu/packages/tex.scm (texlive-latex-babel)[arguments]: Change tex-directory to install to the "generic" tree.
* gnu: texlive-union: Add texlive-generic-babel-english to defaults.Ricardo Wurmus2017-07-17
| | | | | * gnu/packages/tex.scm (texlive-union): Add "texlive-generic-babel-english" to the default inputs.
* gnu: Add texlive-generic-babel-english.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-generic-babel-english): New variable.
* gnu: Add texlive-latex-cmap.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-cmap): New variable.
* gnu: Add texlive-latex-fncychap.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-fncychap): New variable.
* gnu: Add texlive-latex-expdlist.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-expdlist): New variable.
* gnu: Add texlive-latex-eqparbox.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-eqparbox): New variable.
* gnu: Add texlive-latex-draftwatermark.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-draftwatermark): New variable.
* gnu: Add texlive-latex-dinbrief.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-dinbrief): New variable.
* gnu: Add texlive-latex-blindtext.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-blindtext): New variable.
* gnu: Add texlive-latex-polyglossia.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-polyglossia): New variable.
* gnu: Add texlive-latex-supertabular.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-supertabular): New variable.
* gnu: Add texlive-latex-geometry.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-geometry): New variable.
* gnu: Add texlive-latex-gcite.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-gcite): New variable.
* gnu: Add texlive-latex-galois.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-galois): New variable.
* gnu: Add texlive-latex-g-brief.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-g-brief): New variable.
* gnu: Add texlive-latex-amsrefs.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-amsrefs): New variable.
* gnu: Add texlive-latex-acronym.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-acronym): New variable.
* gnu: Add texlive-latex-preview.Ricardo Wurmus2017-07-17
| | | | * gnu/packages/tex.scm (texlive-latex-preview): New variable.