summary refs log tree commit diff
path: root/pkgs/tools/system/gdmap/0.8.1.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/gdmap/0.8.1.nix')
-rw-r--r--pkgs/tools/system/gdmap/0.8.1.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/gdmap/0.8.1.nix b/pkgs/tools/system/gdmap/0.8.1.nix
index 982d5651f65..73d3ff92323 100644
--- a/pkgs/tools/system/gdmap/0.8.1.nix
+++ b/pkgs/tools/system/gdmap/0.8.1.nix
@@ -11,7 +11,7 @@ args : with args;
 	};
 	in with localDefs;
 stdenv.mkDerivation rec {
-	name = "gdmap-"+version;
+	name = "gdmap-0.8.1";
 	builder = writeScript (name + "-builder")
 		(textClosure localDefs [doConfigure doMakeInstall doForceShare doPropagate]);
 	meta = {