about summary refs log tree commit diff
path: root/pkgs/data/fonts/ucs-fonts
AgeCommit message (Collapse)AuthorFilesLines
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-08-22pkgs/data/fonts: merge back the split otb outputrnhmjoj1-5/+3
Since the Pango issue 457[1] has been fixed and Nixpkgs patched, it's no longer necessary to keep X11 and .otb fonts in separate outputs (previously they would cause application to display broken fonts). [1]: https://gitlab.gnome.org/GNOME/pango/-/issues/457
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-3/+3
2020-02-17ucs-fonts: generate pcf, otb and split outputrnhmjoj1-12/+29
2020-02-17ucs-fonts: add license and homepagernhmjoj1-0/+1
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-01-10treewide: Fix deps in a few other fixed output derivationsJohn Ericson1-1/+1
2017-08-11data/fonts: simpler cleanups (group 2)Volth1-0/+4
2016-07-23Cleanup ucs-fonts (#16994)Robert Helgesson1-30/+32
* ucs-fonts: remove use of `wrapFonts` This cleans up the `ucs-fonts` package. In particular it removes the use of `wrapFonts`, which depends on `builderDefs`. It also renames the package attribute from `ucsFonts` to `ucs-fonts` (with the old name being an alias for the newer). * wrapFonts: remove Removed since this attribute is no longer used and depends on `builderDefs`.
2014-11-05Adopt a few packagesMichael Raskin1-0/+1
2010-07-28* Get rid of many instances of "args: with args;", and other codingEelco Dolstra1-31/+31
guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
2009-05-09Update hashes to match update of ucs-fontsMichael Raskin1-2/+2
svn path=/nixpkgs/trunk/; revision=15518
2009-03-03* Cleaned up a lot of description fields that contained newlines.Eelco Dolstra1-3/+1
Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
2008-03-02Added UCS-fontsMichael Raskin1-0/+40
svn path=/nixpkgs/trunk/; revision=10915