summary refs log tree commit diff
path: root/pkgs/data/fonts/corefonts
Commit message (Collapse)AuthorAge
* data/fonts: cleanupvolth2019-05-13
| | | | | | | * make font derivations fixed-output where applicable * fix dead links * `stdenv.lib` -> `lib` where `stdenv` is not involved * remove `meta.platforms = [ unix ]` and `meta.platforms = [ linux ]` because the restriction has no sense for data packages
* treewide: Fix deps in a few other fixed output derivationsJohn Ericson2018-01-10
|
* data/fonts: simpler cleanupsVolth2017-08-11
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* fix 'licenses' -> 'license' in several placesNikolay Amiantov2016-06-07
|
* corefonts: add meta and mark as unfreeNikolay Amiantov2016-06-07
| | | | See e.g. https://sourceforge.net/p/corefonts/bugs/6/
* 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.
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
* * Add the Microsoft Core Fonts.Eelco Dolstra2007-01-22
svn path=/nixpkgs/trunk/; revision=7754