iosevka: minor cleanup
This commit is contained in:
parent
b8fd2c9ecb
commit
abd90135ac
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub }:
|
{ stdenv, fetchFromGitHub }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "iosevka-${version}";
|
name = "iosevka-${version}";
|
||||||
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
cp -v iosevka-* $fontdir
|
cp -v iosevka-* $fontdir
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://be5invis.github.io/Iosevka/";
|
homepage = "http://be5invis.github.io/Iosevka/";
|
||||||
downloadPage = "https://github.com/be5invis/Iosevka/releases";
|
downloadPage = "https://github.com/be5invis/Iosevka/releases";
|
||||||
description = ''
|
description = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user