about summary refs log tree commit diff
path: root/pkgs/tools/typesetting/tex
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-07-20 16:39:39 +0200
committerPeter Simons <simons@cryp.to>2015-07-20 16:39:39 +0200
commit07fd9384f57530c8e7b2a0669a11da2b7fa1a024 (patch)
tree22cf689ff55ae2f3f364f506bb6952e390d317d1 /pkgs/tools/typesetting/tex
parentfbc73e3bce6ed707149eeccebddb9ca5c650c531 (diff)
downloadnixlib-07fd9384f57530c8e7b2a0669a11da2b7fa1a024.tar
nixlib-07fd9384f57530c8e7b2a0669a11da2b7fa1a024.tar.gz
nixlib-07fd9384f57530c8e7b2a0669a11da2b7fa1a024.tar.bz2
nixlib-07fd9384f57530c8e7b2a0669a11da2b7fa1a024.tar.lz
nixlib-07fd9384f57530c8e7b2a0669a11da2b7fa1a024.tar.xz
nixlib-07fd9384f57530c8e7b2a0669a11da2b7fa1a024.tar.zst
nixlib-07fd9384f57530c8e7b2a0669a11da2b7fa1a024.zip
texlive: flip the default for the assertion so that normal users can build it
Diffstat (limited to 'pkgs/tools/typesetting/tex')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/default.nix b/pkgs/tools/typesetting/tex/texlive/default.nix
index fe8809e8263f..3acfffafde22 100644
--- a/pkgs/tools/typesetting/tex/texlive/default.nix
+++ b/pkgs/tools/typesetting/tex/texlive/default.nix
@@ -1,7 +1,7 @@
 args : with args;
 
 rec {
-  src = assert config.allowTexliveBuilds or false; fetchurl {
+  src = assert config.allowTexliveBuilds or true; fetchurl {
     url = mirror://debian/pool/main/t/texlive-bin/texlive-bin_2014.20140926.35254.orig.tar.xz;
     sha256 = "1c39x059jhn5jsy6i9j3akjbkm1kmmzssy1jyi1aw20rl2vp86w3";
   };