all-packages: Use callPackage where possible

This commit is contained in:
Mathnerd314
2015-09-14 22:27:19 -06:00
parent 7fb1c7efcf
commit eb7404d97a
64 changed files with 409 additions and 726 deletions

View File

@@ -1,4 +1,4 @@
args : with args;
args @ {poppler, perl, makeWrapper, ... }: with args;
rec {
name = "TeXLive-linkdir";

View File

@@ -1,4 +1,4 @@
args: with args;
args @ {texLiveLatexXColor, texLivePGF, texLive, ...}: with args;
rec {
name = "texlive-beamer-2013";
src = fetchurl {

View File

@@ -1,4 +1,4 @@
args: with args;
args @ {texLive, ...}: with args;
rec {
name = "texlive-cm-super-2009";
src = fetchurl {
@@ -29,7 +29,7 @@ rec {
description = "Extra components for TeXLive: CM-Super fonts";
maintainers = [ args.lib.maintainers.raskin ];
# Actually, arch-independent..
# Actually, arch-independent..
hydraPlatforms = [];
};
}

View File

@@ -1,4 +1,4 @@
args: with args;
args @ { texLive, ... }: with args;
rec {
name = "context-2014.05.21";
src = fetchurl {
@@ -22,4 +22,4 @@ rec {
};
}

View File

@@ -1,4 +1,11 @@
args : with args;
args @ {
builderDefs, zlib, bzip2, ncurses, libpng, ed, lesstif, ruby, potrace
, gd, t1lib, freetype, icu, perl, expat, curl, xz, pkgconfig, zziplib, texinfo
, libjpeg, bison, python, fontconfig, flex, poppler, libpaper, graphite2
, makeWrapper, gmp, mpfr, xpdf, config
, libXaw, libX11, xproto, libXt, libXpm
, libXmu, libXext, xextproto, libSM, libICE
, ... }: with args;
rec {
src = assert config.allowTexliveBuilds or true; fetchurl {

View File

@@ -1,4 +1,4 @@
args: with args;
args @ { texLive, xz, ... }: with args;
rec {
name = "texlive-extra-2014";
version = "2014.20141024";

View File

@@ -1,4 +1,4 @@
args: with args;
args @ {texLive, unzip, ...}: with args;
rec {
version = "1.5.1";
name = "moderncv-${version}";

View File

@@ -1,4 +1,4 @@
args: with args;
args @ {texLive, unzip, ...}: with args;
rec {
version = "0.9";
name = "moderntimeline-${version}";

View File

@@ -1,4 +1,4 @@
args: with args;
args @ {texLive, ... }: with args;
rec {
name = "texlive-latex-xcolor-2007";
src = fetchurl {