about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/misc/lcdf-typetools/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/misc/lcdf-typetools/default.nix')
-rw-r--r--nixpkgs/pkgs/tools/misc/lcdf-typetools/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/tools/misc/lcdf-typetools/default.nix b/nixpkgs/pkgs/tools/misc/lcdf-typetools/default.nix
index 44f6768fd3bc..3c4fd39713b4 100644
--- a/nixpkgs/pkgs/tools/misc/lcdf-typetools/default.nix
+++ b/nixpkgs/pkgs/tools/misc/lcdf-typetools/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, autoreconfHook }:
+{ lib, stdenv, fetchFromGitHub, autoreconfHook }:
 
 stdenv.mkDerivation rec {
   pname = "lcdf-typetools";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
 
   configureFlags = [ "--without-kpathsea" ];
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "Utilities for manipulating OpenType, PostScript Type 1, and Multiple Master fonts";
     homepage = "https://www.lcdf.org/type";
     license = licenses.gpl2;