about summary refs log tree commit diff
path: root/pkgs/servers/dict
AgeCommit message (Collapse)AuthorFilesLines
2023-01-09dictdDBs.wordnet: fix integer devision in python3Lucas Hoffmann1-1/+2
2023-01-09dictdDBs.wordnet: use open() in python3 instead of file() from python2Lucas Hoffmann1-3/+3
2023-01-09dictdDBs.wordnet: use python3Lucas Hoffmann2-31/+31
2023-01-09dictdDBs.wordnet: convert python script to python 3Lucas Hoffmann1-6/+6
2022-10-06dictd: add dictdDBs.eng2jpn and dictdDBs.jpn2engM. Ian Graham1-0/+10
2022-05-10dictd: remove deprecated `enable-dictorg` flaglibjared1-1/+0
This flag was removed in 1.13.0 and is now unrecognized
2022-05-01dictdDBs.wiktionary: 20220301 -> 20220420R. Ryantm1-2/+2
2022-03-25dictdDBs.wiktionary: 20210920 -> 20220301R. Ryantm1-2/+2
2021-12-11dict: 1.13.0 -> 1.13.1R. Ryantm1-2/+2
2021-09-23dictdDBs.wiktionary: 20210901 -> 20210920R. RyanTM1-2/+2
2021-09-11dictdDBs.wiktionary: 20210201 -> 20210901R. RyanTM1-2/+2
2021-08-04dictd-dbs: add dontUnpack = trueAndrey Golovizin1-0/+1
Fixes the "variable $src or $srcs should point to the source" error.
2021-07-27Merge pull request #131393 from Stunkymonkey/dictd-dbs-phasesBen Siraphob1-66/+68
dict-dbs: deprecate phases
2021-07-27wiktionary: remove builder.shSandro Jäckel2-13/+15
2021-07-25dict-dbs: fmtFelix Buehler1-65/+68
2021-07-25dict-dbs: deprecate phasesFelix Buehler1-12/+11
2021-07-18treewide: convert phases that contain ":" to dont* = true (#130500)Sandro1-1/+1
2021-03-25dictdDBs.wordnet: stay with python2Frederik Rietdijk1-2/+2
2021-03-25wiktionary: stay with python2Frederik Rietdijk1-2/+2
2021-02-11dictdDBs.wiktionary: add updateScriptAlyssa Ross3-0/+51
2021-02-11dictdDBs.wiktionary: improve expressionAlyssa Ross5-32/+32
* Fix style * Move builder.sh into its own file * Use standard "src" name for source * Add myself as maintainer * Add license
2021-02-11dictdDBs.wiktionary: 20161001 -> 20210201Alyssa Ross1-2/+2
2021-01-15pkgs/servers: stdenv.lib -> libBen Siraphob3-6/+6
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-4/+4
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
2020-07-28dict: look for config in /etc (#94050)Peter Hoeg1-8/+11
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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly4-11/+11
2020-04-05dict: 1.12.1 -> 1.13.0R. RyanTM1-2/+2
2019-09-08Merge remote-tracking branch 'upstream/gcc-8' into staging-nextFrederik Rietdijk1-0/+2
Earlier the gcc8 branch was merged instead of the gcc-8 branch (note the dash)...
2019-09-03Merge remote-tracking branch 'origin/master' into gcc-8Franz Pletz4-4/+4
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth4-4/+4
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-17libmaa: fix build with gcc8Robin Gloster1-0/+2
2019-04-11libmaa: /var/run -> /runBob van der Linden1-1/+1
2019-02-14dict: fix datadir pathChris Martin1-1/+1
2018-12-02Treewide: use HTTPS on SourceForgec0bw3b1-3/+3
2018-08-03treewide: Make configureFlags listsJohn Ericson1-1/+1
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-06-16dict: fix datadir pathMatthew Bauer1-1/+1
/run/current-system/sw is the correct profile.
2018-03-24treewide: use more HTTPS URLsRyan Mulligan1-1/+1
Uses the HTTPS url for cases where the existing URL has a permanent redirect. For each domain, at least one fixed derivation URL was downloaded to test the domain is properly serving downloads. Also fixes jbake source URL, which was broken.
2018-01-17maintainers: remove mornfall from packagesYegor Timoshenko4-4/+4
2017-11-27dict: disable parallel buildingOrivej Desh1-1/+5
2017-09-07dict: enable the default upstream server so the client works out of the boxPeter Hoeg1-5/+14
2017-01-05dictd-db: Add deu2eng / eng2deuMatthias Beyer1-0/+8
2016-10-19move dictd* in toplevel dicts to dictdDBsEdward Tjörnhammar1-1/+3
2016-10-19dictdWiktionary: 20140118 -> 20161001Edward Tjörnhammar1-2/+2
2016-08-31dictd-db: get rid of builderDefs #4210Domen Kožar1-88/+81
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-02-28use the sourceforge mirrors everywherezimbatm1-5/+5
find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2015-01-19Fix glibclocales referencewmertens1-1/+0
Environment is auto-added if supported on the platform
2014-09-13transformed meta.maintainers of some packages into listsPascal Wittmann2-2/+2