summary refs log tree commit diff
path: root/pkgs/top-level/release-small.nix
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2016-08-31 11:34:46 +0200
committerDomen Kožar <domen@dev.si>2016-08-31 11:34:46 +0200
commitda421bc75f98c1b19f214a3b6b7cda07dc4c088b (patch)
treec6d42a4daa2cd2df716415ce4339f118dd5fb9b3 /pkgs/top-level/release-small.nix
parent557b329608f666d216d7e274570998d5d8b2e773 (diff)
downloadnixlib-da421bc75f98c1b19f214a3b6b7cda07dc4c088b.tar
nixlib-da421bc75f98c1b19f214a3b6b7cda07dc4c088b.tar.gz
nixlib-da421bc75f98c1b19f214a3b6b7cda07dc4c088b.tar.bz2
nixlib-da421bc75f98c1b19f214a3b6b7cda07dc4c088b.tar.lz
nixlib-da421bc75f98c1b19f214a3b6b7cda07dc4c088b.tar.xz
nixlib-da421bc75f98c1b19f214a3b6b7cda07dc4c088b.tar.zst
nixlib-da421bc75f98c1b19f214a3b6b7cda07dc4c088b.zip
Fix #4210: Remove builderDefs
This was one of the ways to build packages, we are trying
hard to minimize different ways so it's easier for newcomers
to learn only one way.

This also:

- removes texLive (old), fixes #14807
- removed upstream-updater, if that code is still used it should be in
  separate repo
- changes a few packages like gitit/mit-scheme to use new texlive
Diffstat (limited to 'pkgs/top-level/release-small.nix')
-rw-r--r--pkgs/top-level/release-small.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix
index 2774ff66f576..430c03f51909 100644
--- a/pkgs/top-level/release-small.nix
+++ b/pkgs/top-level/release-small.nix
@@ -154,9 +154,6 @@ with import ./release-lib.nix { inherit supportedSystems; };
   sysvtools = linux;
   tcl = linux;
   tcpdump = linux;
-  texLive = linux;
-  texLiveBeamer = linux;
-  texLiveExtra = linux;
   texinfo = all;
   time = linux;
   tinycc = linux;