forked from mirrors/nixpkgs
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.
This commit is contained in:
parent
0c95dee8cb
commit
87c12bda03
|
@ -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"; };
|
||||
|
||||
|
|
Loading…
Reference in a new issue