<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/gnu/packages/texlive.scm, branch master</title>
<subtitle>Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
</subtitle>
<id>https://www.git.jakob.space/guix.git/atom?h=master</id>
<link rel='self' href='https://www.git.jakob.space/guix.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/'/>
<updated>2016-05-26T08:22:05Z</updated>
<entry>
<title>gnu: Rename texlive module to tex.</title>
<updated>2016-05-26T08:22:05Z</updated>
<author>
<name>Roel Janssen</name>
</author>
<published>2016-05-24T19:18:53Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=8f9ac90182c022c69600f17ef9c1149e029bc301'/>
<id>urn:sha1:8f9ac90182c022c69600f17ef9c1149e029bc301</id>
<content type='text'>
* gnu/local.mk (GNU_SYSTEM_MODULES): Rename texlive.scm to tex.scm.
* gnu/packages/texlive.scm: Rename file to tex.scm.
* gnu/packages/tex.scm: Renamed from texlive.scm.
* gnu/packages/algebra.scm: Adjust accordingly.
* gnu/packages/docbook.scm: Likewise.
* gnu/packages/engineering.scm: Likewise.
* gnu/packages/gettext.scm: Likewise.
* gnu/packages/gnome.scm: Likewise.
* gnu/packages/lisp.scm: Likewise.
* gnu/packages/maths.scm: Likewise.
* gnu/packages/music.scm: Likewise.
* gnu/packages/ocaml.scm: Likewise.
* gnu/packages/photo.scm: Likewise.
* gnu/packages/plotutils.scm: Likewise.
* gnu/packages/python.scm: Likewise.
* gnu/packages/scheme.scm: Likewise.
</content>
</entry>
<entry>
<title>gnu: texlive: Make texlive-bin and texlive-texmf private.</title>
<updated>2016-03-09T21:36:45Z</updated>
<author>
<name>Andreas Enge</name>
</author>
<published>2016-03-09T21:31:23Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=8bcdc23fd0476ed56a91cb8a4c0a115fd7194e2d'/>
<id>urn:sha1:8bcdc23fd0476ed56a91cb8a4c0a115fd7194e2d</id>
<content type='text'>
* gnu/packages/texlive.scm (texlive-bin, texlive-texmf): Define the variables
  as non-public; they should not be installed into a profile.
</content>
</entry>
<entry>
<title>gnu: Add texlive-minimal.</title>
<updated>2016-02-16T15:44:36Z</updated>
<author>
<name>Andreas Enge</name>
</author>
<published>2016-01-15T15:00:47Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=6b5eb8406c0bba1032bc990efc9d63442a09a042'/>
<id>urn:sha1:6b5eb8406c0bba1032bc990efc9d63442a09a042</id>
<content type='text'>
* gnu/packages/texlive.scm (texlive-texmf-minimal, texlive-minimal):
  New variables.
</content>
</entry>
<entry>
<title>gnu: texlive: Use modify-phases syntax.</title>
<updated>2016-01-11T09:59:29Z</updated>
<author>
<name>Andreas Enge</name>
</author>
<published>2016-01-10T10:35:52Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=4a6635f35356f1c2bf0387e22c821afa005d60d8'/>
<id>urn:sha1:4a6635f35356f1c2bf0387e22c821afa005d60d8</id>
<content type='text'>
* gnu/packages/texlive.scm (texlive-bin, texlive-texmf): Use modify-phases
  syntax.
</content>
</entry>
<entry>
<title>gnu: texlive: Patch texmfcnf.lua.</title>
<updated>2015-12-30T10:24:26Z</updated>
<author>
<name>Andreas Enge</name>
</author>
<published>2015-12-30T10:24:26Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=f95dad899b9c2aeec22a7000ec693fe6dff3b3c5'/>
<id>urn:sha1:f95dad899b9c2aeec22a7000ec693fe6dff3b3c5</id>
<content type='text'>
* gnu/packages/texlive.scm (texlive): Patch texmfcnf.lua to point to the
  absolute texlive-texmf tree.
</content>
</entry>
<entry>
<title>gnu: texlive: Update to 2015.</title>
<updated>2015-08-01T16:29:38Z</updated>
<author>
<name>Andreas Enge</name>
</author>
<published>2015-07-19T12:50:51Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=0256c7469a7ccd9882317af8cffcbbee3da4ba8c'/>
<id>urn:sha1:0256c7469a7ccd9882317af8cffcbbee3da4ba8c</id>
<content type='text'>
* gnu/packages/texlive.scm (texlive-extra-src, texlive-texmf-src,
  texlive-bin, texlive-texmf, texlive): Update to 2015.
  (texlive-bin): Add inputs gmp and mpfr. Add configure flags to use
  system gmp and mpfr.
  (texlive-texmf)[arguments]: Add tlpkg directory to PERL5LIB path during
  the 'texmf-config phase.
</content>
</entry>
<entry>
<title>gnu: Remove unneeded uses of #:imported-modules.</title>
<updated>2015-04-01T13:39:47Z</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2015-04-01T13:39:47Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=8f3c3e84c2af8185483119adbdaebc253f149dfb'/>
<id>urn:sha1:8f3c3e84c2af8185483119adbdaebc253f149dfb</id>
<content type='text'>
* gnu/packages/certs.scm (nss-certs)[arguments]: Remove
  #:imported-modules.
* gnu/packages/gnuzilla.scm (nss)[arguments]: Likewise.
* gnu/packages/texlive.scm (texlive-texmf)[arguments]: Likewise.
* gnu/packages/xfce.scm (xfce)[arguments]: Likewise.
</content>
</entry>
<entry>
<title>gnu: texlive: Make the package structure more modular.</title>
<updated>2015-03-16T12:04:11Z</updated>
<author>
<name>Andreas Enge</name>
</author>
<published>2015-03-14T21:42:41Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=0aa34e820ca30171b1e5d75dd9e3b85d75ccaf83'/>
<id>urn:sha1:0aa34e820ca30171b1e5d75dd9e3b85d75ccaf83</id>
<content type='text'>
* gnu/packages/texlive.scm (texlive-bin, texlive-texmf): New variables.
  The first one contains the binaries; the second one the texmf tree.
  (texlive): Drop output "data". Create the output "out" as the union
  of the suitable subdirectories of texlive-bin and texlive-texmf, and
  wrap the binaries, setting TEXMFCNF to the value corresponding to
  texlive-texmf.
</content>
</entry>
<entry>
<title>gnu: Move 'which' to (gnu packages base).</title>
<updated>2015-03-04T16:23:27Z</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2015-03-04T16:21:21Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=ce0614ddb0c9aae46fba677a46392de8039c7086'/>
<id>urn:sha1:ce0614ddb0c9aae46fba677a46392de8039c7086</id>
<content type='text'>
* gnu/packages/which.scm: Remove.
* gnu-system.am (GNU_SYSTEM_MODULES): Remove it.
* gnu/packages/base.scm (which): New variable.
* gnu/packages/aspell.scm, gnu/packages/audio.scm,
  gnu/packages/autogen.scm, gnu/packages/cdrom.scm,
  gnu/packages/compression.scm, gnu/packages/datamash.scm,
  gnu/packages/games.scm, gnu/packages/glib.scm,
  gnu/packages/gnu-pw-mgr.scm, gnu/packages/gnutls.scm,
  gnu/packages/gps.scm, gnu/packages/guile.scm,
  gnu/packages/java.scm, gnu/packages/libevent.scm,
  gnu/packages/linux.scm, gnu/packages/lisp.scm,
  gnu/packages/node.scm, gnu/packages/ntp.scm,
  gnu/packages/orpheus.scm, gnu/packages/pciutils.scm,
  gnu/packages/python.scm, gnu/packages/qt.scm,
  gnu/packages/rsync.scm, gnu/packages/sawfish.scm,
  gnu/packages/scheme.scm, gnu/packages/ssh.scm,
  gnu/packages/statistics.scm, gnu/packages/texlive.scm,
  gnu/packages/wdiff.scm: Adjust accordingly.
</content>
</entry>
<entry>
<title>gnu: texlive: Fix target-system check.</title>
<updated>2015-01-06T18:31:20Z</updated>
<author>
<name>Mark H Weaver</name>
</author>
<published>2015-01-06T18:16:43Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=d2e842814a233b7d0a72b4071fa2e8878fe0bb82'/>
<id>urn:sha1:d2e842814a233b7d0a72b4071fa2e8878fe0bb82</id>
<content type='text'>
* gnu/packages/texlive.scm (texlive)[arguments]: Fix target-system
  check.
</content>
</entry>
</feed>
