Commit graph

33 commits

Author SHA1 Message Date
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Robert Helgesson 63476e2b73 unifont: 13.0.04 -> 13.0.05 2021-01-01 12:01:59 +01:00
Christian Kampka ebff09994a
unifont: 13.0.01 -> 13.0.04 2020-11-25 20:25:33 +01:00
rnhmjoj 6545e5a506
pkgs/data/fonts: merge back the split otb output
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-08-22 09:45:05 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Lancelot SIX 4078d72da9 unifont: 12.1.03 -> 13.0.01
See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00013.html
for release information
2020-03-30 18:16:52 -07:00
rnhmjoj c23db52a65
unifont: generate otb and split output 2020-02-17 01:08:47 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Lancelot SIX f14b76634d
unifont: 12.1.01 -> 12.1.03 2019-08-12 14:15:01 +02:00
Robert Helgesson d958e025be
unifont: 12.0.01 -> 12.1.01 2019-05-12 23:36:49 +02:00
Will Dietz 5531e13f65
unifont: 11.0.03 -> 12.0.01
http://lists.gnu.org/archive/html/info-gnu/2019-03/msg00002.html
2019-03-07 23:38:02 +01:00
Robert Helgesson c1a26302cb
unifont: 11.0.02 -> 11.0.03 2018-12-15 22:56:17 +01:00
Robert Helgesson a05e006675
unifont: 11.0.01 -> 11.0.02 2018-08-12 21:39:41 +02:00
Lancelot SIX 0dc563881a
unifont: 10.0.06 -> 11.0.01
See https://lists.gnu.org/archive/html/info-gnu/2018-06/msg00003.html
for release information
2018-06-06 23:19:45 +02:00
John Ericson 888404f11b treewide: Fix deps in a few other fixed output derivations 2018-01-10 11:18:44 -05:00
Robert Helgesson 43755fcf71
unifont: 10.0.04 -> 10.0.06 2017-08-31 08:57:55 +02:00
Volth c6e200ea7c data/fonts: simpler cleanups (group 2) 2017-08-11 16:02:20 +00:00
Lancelot SIX 8e9d618ef3 unifont: 10.0.02 -> 10.0.04
See http://lists.gnu.org/archive/html/info-gnu/2017-07/msg00004.html
for release announcement
2017-07-10 17:36:36 +02:00
Robert Helgesson e99b90475b
unifont: 10.0.01 -> 10.0.02 2017-07-08 10:49:25 +02:00
Lancelot SIX 95c98b9bf5
unifont: 9.0.06 -> 10.0.01
See http://lists.gnu.org/archive/html/info-gnu/2017-06/msg00009.html
for release information
2017-06-22 09:03:23 +02:00
Lancelot SIX bc4a671980
unifont: 9.0.04 -> 9.0.06
See https://lists.gnu.org/archive/html/info-gnu/2016-12/msg00014.html
for release information
2016-12-24 22:28:32 +01:00
Robert Helgesson 321e2a9153
unifont: 9.0.03 -> 9.0.04
Also change download URL to use GNU mirrors.
2016-11-05 07:56:16 +01:00
Tim Steinbach d51f1a3dd3
unifont: 9.0.02 -> 9.0.03 2016-10-24 22:42:01 -04:00
Lancelot SIX 5cbfbb1553
unifont: 9.0.01 -> 9.0.02
See http://lists.gnu.org/archive/html/info-gnu/2016-09/msg00002.html
for release announcement
2016-09-06 15:46:58 +02:00
Rahul Gopinath 9a00f4130f unifont: 8.0.01 -> 9.0.01 2016-07-04 10:32:08 -07:00
Robert Helgesson e6e08dc274 unifont: 7.0.06 -> 8.0.01 2015-07-11 09:51:58 +02:00
Robert Helgesson a9b2e757e2 unifont: update from 5.1-20080907 to 7.0.06 (close #5748)
Also expand meta set and add myself as maintainer.
2015-01-20 16:38:49 +01:00
Bjørn Forsman 083d0890f5 More description fixes
* Remove package name
* Start with upper case letter
* Remove trailing period

Also reword some descriptions and move some long descriptions to
longDescription.

I'm not touching generated packages.
2013-10-06 12:01:38 +02: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 749b8607ca * More cleanup.
svn path=/nixpkgs/trunk/; revision=22795
2010-07-28 15:35:01 +00:00
Michael Raskin 1a4e6f01bf Updating Unifont
svn path=/nixpkgs/trunk/; revision=15517
2009-05-09 16:49:16 +00:00
Eelco Dolstra d8745d57b2 * mirror://debian: stripped the /pool part; there are other Debian
files that can be useful.
* mirror://ubuntu.

svn path=/nixpkgs/trunk/; revision=11097
2008-03-13 13:31:39 +00:00
Michael Raskin 7ffdd3a997 Bunch of Unicode fonts.
svn path=/nixpkgs/trunk/; revision=10909
2008-03-02 18:39:33 +00:00