fonts: Formatting, empty lines and whitespaces.

This commit is contained in:
Alexander V. Nikolaev
2015-09-23 23:44:28 +03:00
parent 3973f9f2fe
commit db74af9a5f
14 changed files with 61 additions and 66 deletions
+6 -2
View File
@@ -2,17 +2,21 @@
stdenv.mkDerivation rec {
name = "aurulent-sans-0.1";
src = fetchgit {
url = "https://github.com/deepfire/hartke-aurulent-sans.git";
rev = "refs/tags/${name}";
sha256 = "01hvpvbrks40g9k1xr2f1gxnd5wd0sxidgfbwrm94pdi1a36xxrk";
};
buildPhase = "true";
installPhase = "
installPhase = ''
fontDir=$out/share/fonts/opentype
mkdir -p $fontDir
cp *.otf $fontDir
";
'';
meta = {
description = "Aurulent Sans";
longDescription = "Aurulent Sans is a humanist sans serif intended to be used as an interface font.";