gnu: Add Poly/ML. * 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. 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. * 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. * 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. * gnu/packages/tex.scm (texlive-union)[arguments]: Suppress the output of "union-build".
gnu: Add texlive-latex-type1cm. * gnu/packages/tex.scm (texlive-latex-type1cm): New variable.
gnu: Add texlive-fonts-txfonts. * gnu/packages/tex.scm (texlive-fonts-txfonts): New variable.
gnu: Add texlive-latex-enumitem. * gnu/packages/tex.scm (texlive-latex-enumitem): New variable.
gnu: texlive-dvips: Install font maps. * 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. * gnu/packages/tex.scm (texlive-union): Add texlive-fontname to the default packages
gnu: Add texlive-fontname. * gnu/packages/tex.scm (texlive-fontname): New variable.
gnu: python-ipython: Use texlive-union. * gnu/packages/python.scm (python-ipython)[native-inputs]: Replace "texlive" with a texlive-union.
gnu: Add texlive-latex-pstool. * gnu/packages/tex.scm (texlive-latex-pstool): New variable.
gnu: Add texlive-latex-trimspaces. * gnu/packages/tex.scm (texlive-latex-trimspaces): New variable.
gnu: Add texlive-latex-psfrag. * gnu/packages/tex.scm (texlive-latex-psfrag): New variable.
gnu: Add texlive-latex-ifplatform. * gnu/packages/tex.scm (texlive-latex-ifplatform): New variable.
gnu: Add texlive-latex-filemod. * gnu/packages/tex.scm (texlive-latex-filemod): New variable.
gnu: Add texlive-latex-environ. * gnu/packages/tex.scm (texlive-latex-environ): New variable.
gnu: Add texlive-latex-bigfoot. * gnu/packages/tex.scm (texlive-latex-bigfoot): New variable.
gnu: Add texlive-generic-pdftex. * gnu/packages/tex.scm (texlive-generic-pdftex): New variable.