summary refs log tree commit diff
path: root/pkgs/data/fonts/vista-fonts
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-01-15 14:29:18 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-01-15 14:29:18 +0700
commit4eb185bd6af35b31c9bc8ab9fca170f9440c696a (patch)
treeb1d77c4b82321fe3286225b036af65bf9c81961f /pkgs/data/fonts/vista-fonts
parent0e49ba1b645fcf7b1840b688e130f988cad6d7a3 (diff)
downloadnixpkgs-4eb185bd6af35b31c9bc8ab9fca170f9440c696a.tar
nixpkgs-4eb185bd6af35b31c9bc8ab9fca170f9440c696a.tar.gz
nixpkgs-4eb185bd6af35b31c9bc8ab9fca170f9440c696a.tar.bz2
nixpkgs-4eb185bd6af35b31c9bc8ab9fca170f9440c696a.tar.lz
nixpkgs-4eb185bd6af35b31c9bc8ab9fca170f9440c696a.tar.xz
nixpkgs-4eb185bd6af35b31c9bc8ab9fca170f9440c696a.tar.zst
nixpkgs-4eb185bd6af35b31c9bc8ab9fca170f9440c696a.zip
pkgs/data: stdenv.lib -> lib
Diffstat (limited to 'pkgs/data/fonts/vista-fonts')
-rw-r--r--pkgs/data/fonts/vista-fonts/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/fonts/vista-fonts/default.nix b/pkgs/data/fonts/vista-fonts/default.nix
index 3a5ee616a0e..b71ef7c99ec 100644
--- a/pkgs/data/fonts/vista-fonts/default.nix
+++ b/pkgs/data/fonts/vista-fonts/default.nix
@@ -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.