pkgs/data: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, unzip }:
|
||||
{ lib, stdenv, fetchurl, unzip }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.2.1";
|
||||
@@ -39,8 +39,8 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "A customized version of Apple’s Menlo-Regular font";
|
||||
homepage = "https://github.com/andreberg/Meslo-Font/";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
maintainers = with stdenv.lib.maintainers; [ balajisivaraman ];
|
||||
platforms = with stdenv.lib.platforms; all;
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ balajisivaraman ];
|
||||
platforms = with lib.platforms; all;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user