FullDepEntry -> fullDepEntry, PackEntry -> packEntry
svn path=/nixpkgs/trunk/; revision=15662
This commit is contained in:
@@ -5,7 +5,7 @@ rec {
|
||||
|
||||
buildInputs = lib.closePropagation paths;
|
||||
|
||||
doAggregate = FullDepEntry (''
|
||||
doAggregate = fullDepEntry (''
|
||||
|
||||
for currentPath in ${lib.concatStringsSep " " buildInputs}; do
|
||||
echo Symlinking "$currentPath"
|
||||
|
||||
@@ -9,7 +9,7 @@ rec {
|
||||
buildInputs = [texLive];
|
||||
propagatedBuildInputs = [texLiveLatexXColor texLivePGF];
|
||||
phaseNames = ["doCopy"];
|
||||
doCopy = FullDepEntry (''
|
||||
doCopy = fullDepEntry (''
|
||||
ensureDir $out/share/texmf-dist/tex/latex/beamer
|
||||
cp -r * $out/share/texmf-dist/tex/latex/beamer
|
||||
'') ["minInit" "doUnpack" "defEnsureDir" "addInputs"];
|
||||
|
||||
@@ -7,7 +7,7 @@ rec {
|
||||
};
|
||||
|
||||
phaseNames = ["doCopy"];
|
||||
doCopy = FullDepEntry (''
|
||||
doCopy = fullDepEntry (''
|
||||
ensureDir $out/share/texmf/fonts/enc
|
||||
ensureDir $out/share/texmf/fonts/map
|
||||
ensureDir $out/share/texmf/fonts/type1/public/cm-super
|
||||
|
||||
@@ -8,7 +8,7 @@ rec {
|
||||
|
||||
buildInputs = [texLive];
|
||||
phaseNames = ["doCopy"];
|
||||
doCopy = FullDepEntry (''
|
||||
doCopy = fullDepEntry (''
|
||||
ensureDir $out/share/texmf
|
||||
cp -r * $out/share/texmf
|
||||
'') ["minInit" "doUnpack" "defEnsureDir" "addInputs"];
|
||||
|
||||
@@ -17,7 +17,7 @@ rec {
|
||||
|
||||
setupHook = ./setup-hook.sh;
|
||||
|
||||
doPreConfigure = FullDepEntry (''
|
||||
doPreConfigure = fullDepEntry (''
|
||||
ensureDir $out
|
||||
ensureDir $out/nix-support
|
||||
cp ${setupHook} $out/nix-support/setup-hook.sh
|
||||
@@ -35,7 +35,7 @@ rec {
|
||||
NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${icu}/include/layout";
|
||||
'') ["minInit" "doUnpack" "addInputs" "defEnsureDir"];
|
||||
|
||||
doPostInstall = FullDepEntry(''
|
||||
doPostInstall = fullDepEntry(''
|
||||
mv $out/bin $out/libexec
|
||||
ensureDir $out/bin
|
||||
for i in $out/libexec/*/*; do
|
||||
|
||||
@@ -8,7 +8,7 @@ rec {
|
||||
|
||||
buildInputs = [texLive];
|
||||
phaseNames = ["doCopy"];
|
||||
doCopy = FullDepEntry (''
|
||||
doCopy = fullDepEntry (''
|
||||
ensureDir $out/share
|
||||
cp -r texmf* $out/share/
|
||||
'') ["minInit" "doUnpack" "defEnsureDir" "addInputs"];
|
||||
|
||||
@@ -11,7 +11,7 @@ rec {
|
||||
propagatedBuildInputs = [texLiveLatexXColor texLive];
|
||||
|
||||
phaseNames = ["doCopy"];
|
||||
doCopy = FullDepEntry (''
|
||||
doCopy = fullDepEntry (''
|
||||
ensureDir $out/share/texmf/tex/generic/pgf
|
||||
cp -r * $out/share/texmf/tex/generic/pgf
|
||||
'') ["minInit" "doUnpack" "defEnsureDir" "addInputs"];
|
||||
|
||||
@@ -8,7 +8,7 @@ rec {
|
||||
|
||||
buildInputs = [texLive];
|
||||
phaseNames = ["doCopy"];
|
||||
doCopy = FullDepEntry (''
|
||||
doCopy = fullDepEntry (''
|
||||
export HOME=$PWD
|
||||
|
||||
ensureDir $out/share/texmf/tex/latex/xcolor
|
||||
|
||||
Reference in New Issue
Block a user