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 = "1.2";
|
||||
@@ -15,7 +15,7 @@ in fetchzip rec {
|
||||
|
||||
sha256 = "1npsaiiz9g5z6315lnmynwcnrfl37fyxc7w1mhkw1xbzcnv74z4r";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
homepage = http://jamiewilson.io/norwester;
|
||||
description = "A condensed geometric sans serif by Jamie Wilson";
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
|
||||
Reference in New Issue
Block a user