From 87c12bda03f73a66c8919419f1fb121affcc5146 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Tue, 3 Apr 2018 06:26:18 -0500 Subject: [PATCH] tex-gyre: use `callPackages` Using `callPackages` instead of `callPackage` adds an `override` attribute to each individual package instead of the set. Each member of the set is then just a package so that `lib.attrValues tex-gyre` gives a list of packages that can be installed. --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 62ad5f27dfe7..8f3e3c722483 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -14537,7 +14537,7 @@ with pkgs; terminus_font_ttf = callPackage ../data/fonts/terminus-font-ttf { }; - tex-gyre = callPackage ../data/fonts/tex-gyre { }; + tex-gyre = callPackages ../data/fonts/tex-gyre { }; tex-gyre-bonum-math = callPackage ../data/fonts/tex-gyre-math { variant = "bonum"; };