about summary refs log tree commit diff
path: root/pkgs/data/fonts/source-code-pro
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2014-07-08 15:54:17 -0500
committerThomas Tuegel <ttuegel@gmail.com>2014-07-08 15:59:48 -0500
commita8168daabbd73726326927c2b57b880c38ae399c (patch)
treec585f7fd4fbf53e7db37c918c37bf0ee0f444534 /pkgs/data/fonts/source-code-pro
parente2da5d38f39f84ae52313ea2330e1eb12bf6455a (diff)
downloadnixlib-a8168daabbd73726326927c2b57b880c38ae399c.tar
nixlib-a8168daabbd73726326927c2b57b880c38ae399c.tar.gz
nixlib-a8168daabbd73726326927c2b57b880c38ae399c.tar.bz2
nixlib-a8168daabbd73726326927c2b57b880c38ae399c.tar.lz
nixlib-a8168daabbd73726326927c2b57b880c38ae399c.tar.xz
nixlib-a8168daabbd73726326927c2b57b880c38ae399c.tar.zst
nixlib-a8168daabbd73726326927c2b57b880c38ae399c.zip
Rename SourceCodePro to source-code-pro
Diffstat (limited to 'pkgs/data/fonts/source-code-pro')
-rw-r--r--pkgs/data/fonts/source-code-pro/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/fonts/source-code-pro/default.nix b/pkgs/data/fonts/source-code-pro/default.nix
index d48fbed696c9..8fde0c6ef03f 100644
--- a/pkgs/data/fonts/source-code-pro/default.nix
+++ b/pkgs/data/fonts/source-code-pro/default.nix
@@ -22,7 +22,7 @@ rec {
     sha256 = sourceInfo.hash;
   };
 
-  name = "${sourceInfo.name}-${sourceInfo.version}";
+  name = "source-code-pro-${sourceInfo.version}";
   inherit buildInputs;
 
   phaseNames = ["doUnpack" "installFonts"];