3
0
Fork 0
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:
Thomas Tuegel 2018-04-03 06:26:18 -05:00
parent 0c95dee8cb
commit 87c12bda03
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -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"; };