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 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
volth
|
08f68313a4
|
treewide: remove redundant rec
|
2019-08-28 11:07:32 +00:00 |
|
volth
|
e9784b1219
|
data/fonts: fonts made with fontforge are not fixed-output
|
2019-05-13 03:54:44 +00:00 |
|
Pascal Wittmann
|
a03e586182
|
libertine: add license
see issue #43716
|
2018-08-08 21:56:22 +02:00 |
|
volth
|
a217f57292
|
fonts/libertine: remove darwin from supported platforms
|
2017-10-01 13:29:54 +00:00 |
|
Volth
|
e03c118b8c
|
remove workaround as #28218 is fixed
|
2017-09-18 21:50:37 +00:00 |
|
Volth
|
04dacfbf1c
|
data/fonts: make derivations fixed-outputs (group of fontforge compiled fonts)
|
2017-09-18 21:44:00 +00:00 |
|
Nikolay Amiantov
|
9a1d6fe701
|
fontforge: 20150824 -> 20160404
|
2016-06-11 02:43:44 +03:00 |
|
Robert Helgesson
|
5474d37d58
|
libertine: set platforms field
Also make the `fontforge` build input a native build input.
|
2016-06-06 01:01:56 +02:00 |
|
Robin Gloster
|
1c6db21653
|
libertine: use mkDerivation
|
2016-01-30 20:31:03 +00:00 |
|
Mathnerd314
|
eb7404d97a
|
all-packages: Use callPackage where possible
|
2015-09-14 22:27:19 -06:00 |
|
Eelco Dolstra
|
7fd42a8380
|
Get rid of the "sf" alias for "sourceforge"
|
2013-01-14 12:00:32 +01:00 |
|
Vladimír Čunát
|
6f1aad769f
|
Libertine fonts: update and cleanup.
|
2013-01-10 22:36:42 +01:00 |
|
Michael Raskin
|
a2579704f1
|
Update Libertine font
svn path=/nixpkgs/trunk/; revision=27295
|
2011-05-24 15:13:54 +00:00 |
|