summary refs log tree commit diff
path: root/pkgs/tools/networking/smbfs-fuse/0.8.7.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/smbfs-fuse/0.8.7.nix')
-rw-r--r--pkgs/tools/networking/smbfs-fuse/0.8.7.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/smbfs-fuse/0.8.7.nix b/pkgs/tools/networking/smbfs-fuse/0.8.7.nix
index dbd6bfc2c8c..4b656b70388 100644
--- a/pkgs/tools/networking/smbfs-fuse/0.8.7.nix
+++ b/pkgs/tools/networking/smbfs-fuse/0.8.7.nix
@@ -17,7 +17,7 @@ args : with args; with builderDefs;
 	};
 	in with localDefs;
 stdenv.mkDerivation rec {
-	name = "smbfs-fuse-"+version;
+	name = "smbfs-fuse-0.8.7";
 	builder = writeScript (name + "-builder")
 		(textClosure localDefs 
 			[doConfigure doMakeInstall postInstall doForceShare doPropagate]);