pkgs/data: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub, fontforge }:
|
||||
{ lib, stdenv, fetchFromGitHub, fontforge }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "navilu-font";
|
||||
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
installPhase = "install -Dm444 -t $out/share/fonts/truetype/ Navilu.ttf";
|
||||
|
||||
meta = with stdenv.lib; src.meta // {
|
||||
meta = with lib; src.meta // {
|
||||
description = "A Kannada handwriting font";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user