mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 10:27:58 +00:00
texlive: flip the default for the assertion so that normal users can build it
This commit is contained in:
parent
fbc73e3bce
commit
07fd9384f5
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user