FullDepEntry -> fullDepEntry, PackEntry -> packEntry

svn path=/nixpkgs/trunk/; revision=15662
This commit is contained in:
Marc Weber
2009-05-19 23:25:58 +00:00
parent 1500252e6f
commit 52647ea3b0
102 changed files with 177 additions and 177 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ rec {
buildInputs = lib.closePropagation paths;
doAggregate = FullDepEntry (''
doAggregate = fullDepEntry (''
for currentPath in ${lib.concatStringsSep " " buildInputs}; do
echo Symlinking "$currentPath"
+1 -1
View File
@@ -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"];
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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"];
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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"];
+1 -1
View File
@@ -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"];
+1 -1
View File
@@ -8,7 +8,7 @@ rec {
buildInputs = [texLive];
phaseNames = ["doCopy"];
doCopy = FullDepEntry (''
doCopy = fullDepEntry (''
export HOME=$PWD
ensureDir $out/share/texmf/tex/latex/xcolor