Commit graph

16 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
Peter Hoeg 1340776965
dict: look for config in /etc (#94050)
Previously it was impossible to configure dict/dictd system-wide as it
was looking for a config file in the nix store. Instead use /etc so it
becomes usable.
2020-07-28 18:12:20 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 002b16d965 dict: 1.12.1 -> 1.13.0 2020-04-05 12:14:16 +00: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
Chris Martin 199ef0912b
dict: fix datadir path 2019-02-14 11:56:35 -07:00
Matthew Bauer 0ac07da0ec dict: fix datadir path
/run/current-system/sw is the correct profile.
2018-06-16 20:14:51 -04:00
Yegor Timoshenko 506c89c30a maintainers: remove mornfall from packages 2018-01-17 05:17:33 +00:00
Orivej Desh 676b2ef431 dict: disable parallel building 2017-11-27 14:56:33 +00:00
Peter Hoeg 41e7e1304e dict: enable the default upstream server so the client works out of the box 2017-09-07 17:17:49 +08:00
Pascal Wittmann 8d67b9a240 transformed meta.maintainers of some packages into lists 2014-09-13 13:52:02 +02:00
Petr Rockai cdac4b69c9 Revert "Revert "dictd: Update to latest upstream (0.12.1)."" and add the
missing libmaa.nix.

This reverts commit d59778678a.
2014-01-31 13:18:06 +01:00
Eelco Dolstra d59778678a Revert "dictd: Update to latest upstream (0.12.1)."
This reverts commit 8162222071 since it
breaks evaluation (libmaa.nix is missing).
2014-01-31 13:07:25 +01:00
Petr Rockai 8162222071 dictd: Update to latest upstream (0.12.1). 2014-01-29 22:13:32 +01:00
Petr Rockai 6f5be260b4 Adopt packages. 2014-01-28 17:31:17 +01:00
Eelco Dolstra 98bab41c33 * Clean up the "dict" package. For some reason "configureFlags"
didn't get passed properly.

svn path=/nixpkgs/trunk/; revision=21069
2010-04-14 10:55:50 +00:00