summary refs log tree commit diff
path: root/pkgs/data/fonts
Commit message (Collapse)AuthorAge
* Remove use of builderDefsPackage in font packages.Robert Helgesson2015-06-12
| | | | | | With this change they now use `stdenv.mkDerivation` instead. Also some minor cleanups such as URL fixes, adding version numbers, adding descriptions, etc.
* Update package 'fira-mono' to version 3.203.Robert Helgesson2015-06-11
|
* Update package 'fira' to version 4.103.Robert Helgesson2015-06-11
|
* Change dina-font's platform to platform.unixfro_ozen2015-06-07
|
* Add the tewi fontfro_ozen2015-06-07
|
* Fixed meta.license: s/licence/licensePascal Wittmann2015-05-30
|
* Don't use "with licenses;" for single licencesTobias Geerinckx-Rice2015-05-28
| | | | And don't use square brackets on such lines.
* Use common licence attributes from lib/licenses.nixTobias Geerinckx-Rice2015-05-27
| | | | | | | | | | Many (less easily automatically converted) old-style strings remain. Where there was any possible ambiguity about the exact version or variant intended, nothing was changed. IANAL, nor a search robot. Use `with stdenv.lib` wherever it makes sense.
* add package: uni-vgaSiarhei Zirukin2015-05-18
|
* Merge remote-tracking branch 'upstream/master' into stagingWilliam A. Kennington III2015-05-07
|\
| * Added Font Awesome TTF font.Andreas Baldeau2015-05-03
| |
* | Merge remote-tracking branch 'upstream/master' into stagingWilliam A. Kennington III2015-05-01
|\|
| * meta.description fixupsJoachim Fasting2015-04-30
| | | | | | | | Mostly scripted substitutions with a couple of subjective enhancements.
* | source-serif-pro: new sourceThomas Tuegel2015-04-29
| |
* | source-sans-pro: new sourceThomas Tuegel2015-04-29
| |
* | source-code-pro: new sourceThomas Tuegel2015-04-29
|/
* Fixed some descriptionsPascal Wittmann2015-04-28
|
* Merge pull request #7474 from AndersonTorres/comicneuelethalman2015-04-27
|\ | | | | ComicNeue: 1.1 -> 2.2
| * ComicNeue: 1.1 -> 2.2AndersonTorres2015-04-20
| |
* | Add Powerline fontsMichael Alyn Miller2015-04-24
|/
* Remove mention of monospace from 'fira'.Robert Helgesson2015-04-10
| | | | | This package does not actually include the monospace version of the font. To get the monospace version please see the 'fira-mono' package.
* Add package for 'fira-mono'.Robert Helgesson2015-04-10
|
* Update 'fira' from 4.004 to 4.1.Robert Helgesson2015-04-10
|
* Merge #6793: add packages for some fontsVladimír Čunát2015-04-09
|\ | | | | | | | | Also handle font-family aliases. (I'm sorry about the bad commit above.)
| * Add packages for a number of fonts.Robert Helgesson2015-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The added fonts are - Caladea, - Carlito, - Comfortaa, - Comic Relief, - Crimson, - Fantasque Sans Mono, - Lobster Two, - Pecita, - Quattrocento, and - Quattrocento Sans.
* | Merge #6793: add packages for some fontsVladimír Čunát2015-04-09
|\| | | | | | | Also handle font-family aliases.
| * Add no-op fontconfig files for Microsoft fonts.Robert Helgesson2015-03-21
| | | | | | | | | | | | | | | | With these fontconfig files it becomes possible for other packages to configure font aliases for the Microsoft fonts. If both, for example, vista-fonts and some package providing an alias for Cambria are installed then the user may control whether or not the alias is active by manipulating the package priorities.
* | symbola: advance to version 7.21, correcting hash errorKarn Kallio2015-03-31
| |
* | fira: 4.002 -> 4.004Domen Kožar2015-03-26
| |
* | add mplus-outline-fontsHenry Till2015-03-25
| |
* | Update tempora-lgc source link as the original site seems to be permanently downMichael Raskin2015-03-21
|/
* Update 'fira' to version 4.002.Robert Helgesson2015-03-10
|
* symbola: update to 7.19 ; fixes wrong hash.Karn Kallio2015-02-08
|
* unifont: update from 5.1-20080907 to 7.0.06 (close #5748)Robert Helgesson2015-01-20
| | | | Also expand meta set and add myself as maintainer.
* Add package for the 'open-dyslexic' font.Robert Helgesson2015-01-17
|
* source-han-sans: update, and refactor expressionsvtaku02015-01-15
| | | | | Close #5778. @vcunat nitpicks: truetype -> opentype, remove empty buildInputs.
* unmaintain a bunch of packagesLudovic Courtès2015-01-13
|
* include version number in nameDaniel Bergey2014-12-20
| | | | league provides no version number, so use date
* add LaTeX Project Public License v1.3c for GyreDaniel Bergey2014-12-19
| | | | use lib.maintainers
* add TeX Gyre fontsDaniel Bergey2014-12-19
|
* add League of Moveable Type fontsDaniel Bergey2014-12-19
| | | | | Conflicts: pkgs/top-level/all-packages.nix
* dina-font: fix the installPhasePavan Rikhi2014-12-09
|
* Add the Dina fontPavan Rikhi2014-12-07
|
* Symbola: bump from 7.17 to 7.18Longrin Wischnewski2014-11-18
|
* Symbola: update hash for PDF fileLongrin Wischnewski2014-11-18
|
* Fixed many descriptionsPascal Wittmann2014-11-11
|
* hasklig: new fontDavid Rusu2014-11-07
| | | | | | Closes #4847 Signed-off-by: Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
* As Atlas dependency is considered a bad thing, update Liberation fonts while ↵Michael Raskin2014-11-06
| | | | using binary distributin by default
* Revert "Update Liberation fonts"Eelco Dolstra2014-11-06
| | | | | | | | | This reverts commit e85f67f21563756be494ad938bdfc5bf068c7ef0. It makes NixOS depend on Atlas, gfortran, numpy, etc. In particular nothing importation should ever gepend on Atlas, because it's prone to random build failures: http://hydra.nixos.org/build/16766850
* Turn more licenses into lib.licenses styleMateusz Kowalczyk2014-11-06
| | | | | | Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739