h7x4
b5b6abac33
nixos/tests/dictd: init
2025-10-17 17:36:32 +09:00
Nikolay Korotkiy
aba1241f7f
dict: 1.13.1 → 1.13.3
2024-12-22 19:13:35 +04:00
Silvan Mosberger
4f0dadbf38
treewide: format all inactive Nix files
...
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.
Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.
A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.
This commit was automatically created and can be verified using
nix-build a08b3a4d19 .tar.gz \
--argstr baseRev b32a094368
result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Weijia Wang
561bb69e32
dict: fix build on darwin
2024-05-30 11:43:16 +02:00
Nikolay Korotkiy
b2897ae170
dict: enable on darwin
2023-09-10 23:28:35 +04:00
libjared
104a92fe77
dictd: remove deprecated enable-dictorg flag
...
This flag was removed in 1.13.0 and is now unrecognized
2022-05-10 21:19:11 -04:00
R. Ryantm
69df9ef318
dict: 1.13.0 -> 1.13.1
2021-12-11 11:01:35 +00: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
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