pkgs/data: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchzip, cabextract }:
|
||||
{ lib, stdenv, fetchzip, cabextract }:
|
||||
|
||||
fetchzip {
|
||||
name = "vista-fonts-1";
|
||||
@@ -26,7 +26,7 @@ fetchzip {
|
||||
meta = {
|
||||
description = "Some TrueType fonts from Microsoft Windows Vista (Calibri, Cambria, Candara, Consolas, Constantia, Corbel)";
|
||||
homepage = "http://www.microsoft.com/typography/ClearTypeFonts.mspx";
|
||||
license = stdenv.lib.licenses.unfree; # haven't read the EULA, but we probably can't redistribute these files, so...
|
||||
license = lib.licenses.unfree; # haven't read the EULA, but we probably can't redistribute these files, so...
|
||||
|
||||
# Set a non-zero priority to allow easy overriding of the
|
||||
# fontconfig configuration files.
|
||||
|
||||
Reference in New Issue
Block a user