about summary refs log tree commit diff
path: root/pkgs/servers/dict
AgeCommit message (Collapse)AuthorFilesLines
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
2014-06-30Another attempt to eradicate ensureDirEelco Dolstra2-2/+2
See c556a6ea46e71e1907d78b71fab36df30297b3ad.
2014-06-05Remove illegal meta.src attributesEelco Dolstra1-1/+0
2014-01-31Revert "Revert "dictd: Update to latest upstream (0.12.1)."" and add thePetr Rockai3-9/+43
missing libmaa.nix. This reverts commit d59778678a23d72297a5dd813387d38c0448df3c.
2014-01-31Revert "dictd: Update to latest upstream (0.12.1)."Eelco Dolstra2-23/+9
This reverts commit 81622220713ca0871362703bc9e8c69ba5996e0e since it breaks evaluation (libmaa.nix is missing).
2014-01-29dictd: Update to latest upstream (0.12.1).Petr Rockai2-9/+23
2014-01-29dictd-wiktionary: Update to a more recent dump.Petr Rockai1-2/+2
2014-01-28Adopt packages.Petr Rockai1-0/+1
2013-05-18dictd-wiktionary: Let dictd serve an offline copy of wiktionary.Petr Rockai2-0/+810
@vcunat: add -O to python, as it takes lots of time to process
2013-05-18dictd-wordnet: Make wordnet available via local dictd.Petr Rockai2-0/+355
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2-2/+2
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2010-04-14* Clean up the "dict" package. For some reason "configureFlags"Eelco Dolstra3-26/+18
didn't get passed properly. svn path=/nixpkgs/trunk/; revision=21069
2009-11-18* Removed selectVersion. There's no good reason to writeEelco Dolstra1-1/+1
`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-05-19FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber1-1/+1
svn path=/nixpkgs/trunk/; revision=15662
2009-03-03* Cleaned up a lot of description fields that contained newlines.Eelco Dolstra2-6/+2
Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
2009-01-24Fixing the dict-1.9.15 url, setting it to sourceforge mirror.Lluís Batlle i Rossell1-1/+1
The old didn't work for me for several days. svn path=/nixpkgs/trunk/; revision=13830
2008-11-04meta.function -> passthru.function, not killing other contents of passthruMichael Raskin2-2/+2
svn path=/nixpkgs/trunk/; revision=13190
2008-08-19Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made ↵Michael Raskin2-24/+24
overrides in builderDefsPackage to work in an intuitive manner. svn path=/nixpkgs/trunk/; revision=12655
2008-03-07Now Dictd dictionary collection works to full extent.Michael Raskin2-20/+53
svn path=/nixpkgs/trunk/; revision=11007
2008-03-07Some updates to dict dictionaries.Michael Raskin2-8/+87
svn path=/nixpkgs/trunk/; revision=11005
2008-03-06Made entries for a few dictd dictionariesMichael Raskin1-18/+20
svn path=/nixpkgs/trunk/; revision=10979
2008-03-06Commented out work in progressMichael Raskin1-2/+2
svn path=/nixpkgs/trunk/; revision=10977
2008-03-06Added dict and working on adding dictionariesMichael Raskin3-0/+88
svn path=/nixpkgs/trunk/; revision=10976