summary refs log tree commit diff
path: root/pkgs/data/fonts/clearlyU/1.9.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/data/fonts/clearlyU/1.9.nix')
-rw-r--r--pkgs/data/fonts/clearlyU/1.9.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/fonts/clearlyU/1.9.nix b/pkgs/data/fonts/clearlyU/1.9.nix
index 6d2b9ffb812..69296a45c24 100644
--- a/pkgs/data/fonts/clearlyU/1.9.nix
+++ b/pkgs/data/fonts/clearlyU/1.9.nix
@@ -18,7 +18,7 @@ args : with args; with builderDefs;
 	});
 	in with localDefs;
 stdenv.mkDerivation rec {
-	name = "clearlyU-12-"+version;
+	name = "clearlyU-12-1.9";
 	builder = writeScript (name + "-builder")
 		(textClosure localDefs 
 			[doInstall doForceShare doPropagate]);