Nikolay Amiantov
bd1b236f7c
fix 'licenses' -> 'license' in several places
2016-06-07 04:57:21 +03:00
Nikolay Amiantov
ffb1e8506b
corefonts: add meta and mark as unfree
...
See e.g. https://sourceforge.net/p/corefonts/bugs/6/
2016-06-07 04:52:58 +03:00
Robert Helgesson
2fcb411819
Add no-op fontconfig files for Microsoft fonts.
...
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.
2015-03-21 00:33:14 +01:00
Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Eelco Dolstra
607b0d3e80
* Rewrite all the SourceForge URLs to mirror://sourceforge/.
...
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
2007-08-27 13:01:33 +00:00
Eelco Dolstra
6223d7e219
* Add the Microsoft Core Fonts.
...
svn path=/nixpkgs/trunk/; revision=7754
2007-01-22 17:39:14 +00:00