summary refs log tree commit diff
path: root/pkgs/lib/strings-with-deps.nix
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2009-05-19 23:25:58 +0000
committerMarc Weber <marco-oweber@gmx.de>2009-05-19 23:25:58 +0000
commit52647ea3b08e24623ef32b303a4815467e1144e3 (patch)
tree94635a356ecae478695d3c25fc0416db92bad54d /pkgs/lib/strings-with-deps.nix
parent1500252e6fa30fc8b615587bc13a8f470b071586 (diff)
downloadnixpkgs-52647ea3b08e24623ef32b303a4815467e1144e3.tar
nixpkgs-52647ea3b08e24623ef32b303a4815467e1144e3.tar.gz
nixpkgs-52647ea3b08e24623ef32b303a4815467e1144e3.tar.bz2
nixpkgs-52647ea3b08e24623ef32b303a4815467e1144e3.tar.lz
nixpkgs-52647ea3b08e24623ef32b303a4815467e1144e3.tar.xz
nixpkgs-52647ea3b08e24623ef32b303a4815467e1144e3.tar.zst
nixpkgs-52647ea3b08e24623ef32b303a4815467e1144e3.zip
FullDepEntry -> fullDepEntry, PackEntry -> packEntry
svn path=/nixpkgs/trunk/; revision=15662
Diffstat (limited to 'pkgs/lib/strings-with-deps.nix')
-rw-r--r--pkgs/lib/strings-with-deps.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/lib/strings-with-deps.nix b/pkgs/lib/strings-with-deps.nix
index 98ce4871da8..e15b7fa8b8a 100644
--- a/pkgs/lib/strings-with-deps.nix
+++ b/pkgs/lib/strings-with-deps.nix
@@ -6,7 +6,7 @@ Usage:
 	builder = writeScript "fsg-4.4-builder"
 		(textClosure [doUnpack addInputs preBuild doMake installPhase doForceShare]);
 
-  a step is defined by noDepEntry, FullDepEntry or PackEntry.
+  a step is defined by noDepEntry, fullDepEntry or packEntry.
   To ensure that prerequisite are met those are added before the task itself by
   textClosureDupList. Duplicated items are removed again.