Rename SourceCodePro to source-code-pro

This commit is contained in:
Thomas Tuegel
2014-07-08 15:59:48 -05:00
parent e2da5d38f3
commit a8168daabb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ rec {
sha256 = sourceInfo.hash;
};
name = "${sourceInfo.name}-${sourceInfo.version}";
name = "source-code-pro-${sourceInfo.version}";
inherit buildInputs;
phaseNames = ["doUnpack" "installFonts"];