summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-05-11 11:22:26 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-05-11 11:22:26 +0000
commit27152e987af55d46f75c7da70e207f0ff52149cb (patch)
tree3828c4341a66e1ebeea608eacf87bf680fedd08f /pkgs/applications/networking/p2p
parent57baa6617f086cd73f98639024bc6bf91eb687b1 (diff)
* ldcpp in all-packages.nix still referred to 1.0.1.
svn path=/nixpkgs/trunk/; revision=15547
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/ldcpp/1.0.3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/p2p/ldcpp/1.0.3.nix b/pkgs/applications/networking/p2p/ldcpp/1.0.3.nix
index a95611af6fe13..96cdec1cef59a 100644
--- a/pkgs/applications/networking/p2p/ldcpp/1.0.3.nix
+++ b/pkgs/applications/networking/p2p/ldcpp/1.0.3.nix
@@ -18,7 +18,7 @@ args : with args; with builderDefs;
 	}) //  args);
 	in with localDefs;
 stdenv.mkDerivation rec {
-	name = "ldcpp-"+version;
+	name = "ldcpp-1.0.3";
 	builder = writeScript (name + "-builder")
 		(textClosure localDefs 
 			[doScons doForceShare doPropagate]);