Commit Graph

21 Commits

Author SHA1 Message Date
erdnaxe
9ae4531199
libertine: rename name to pname&version (#193940) 2022-10-05 14:36:51 +02:00
ajs124
a0718341e6 maintainers: remove volth
github account deleted
2022-06-29 00:52:12 +02:00
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
Eelco Dolstra
7f5b839524 * Removed selectVersion. There's no good reason to write
`selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'.
* Replaced `with args' with formal function arguments in several
  packages.
* Renamed several files to `default.nix'.  As a general rule, version
  numbers should only be included in the filename when there is a
  reason to keep multiple versions of a package in Nixpkgs.
  Otherwise, it just makes it harder to update the package.

svn path=/nixpkgs/trunk/; revision=18403
2009-11-18 09:39:59 +00:00
Michael Raskin
1d06f6f78e .ttf font file supports OpenType features better than .otf for XeLaTeX..
svn path=/nixpkgs/trunk/; revision=11744
2008-04-29 01:38:46 +00:00
Michael Raskin
0875919fa1 Now Linux Libertine font works in TeX
svn path=/nixpkgs/trunk/; revision=11740
2008-04-28 11:06:56 +00:00
Michael Raskin
c9c55bd3fd Added Linux Libertine font
svn path=/nixpkgs/trunk/; revision=11738
2008-04-28 10:08:40 +00:00