data/fonts: cleanup
* make font derivations fixed-output where applicable * fix dead links * `stdenv.lib` -> `lib` where `stdenv` is not involved * remove `meta.platforms = [ unix ]` and `meta.platforms = [ linux ]` because the restriction has no sense for data packages
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchzip }:
|
||||
{ lib, fetchzip }:
|
||||
|
||||
let
|
||||
version = "2016-03-03";
|
||||
@@ -11,7 +11,7 @@ in fetchzip {
|
||||
|
||||
sha256 = "0s54k9cs1g2yz6lwg5gakqb12vg5qkfdz3pc8mh7mib2s6q926hs";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
homepage = https://jonpinhorn.github.io/shrikhand/;
|
||||
description = "A vibrant and playful typeface for both Latin and Gujarati writing systems";
|
||||
maintainers = with maintainers; [ sternenseemann ];
|
||||
|
||||
Reference in New Issue
Block a user