summary refs log tree commit diff
path: root/pkgs/servers/dict
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/gcc-8' into staging-nextFrederik Rietdijk2019-09-08
|\ | | | | | | Earlier the gcc8 branch was merged instead of the gcc-8 branch (note the dash)...
| * Merge remote-tracking branch 'origin/master' into gcc-8Franz Pletz2019-09-03
| |\
| * | libmaa: fix build with gcc8Robin Gloster2019-06-17
| | |
* | | treewide: remove redundant recvolth2019-08-28
| |/ |/|
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* libmaa: /var/run -> /runBob van der Linden2019-04-11
|
* dict: fix datadir pathChris Martin2019-02-14
|
* Treewide: use HTTPS on SourceForgec0bw3b2018-12-02
|
* treewide: Make configureFlags listsJohn Ericson2018-08-03
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* dict: fix datadir pathMatthew Bauer2018-06-16
| | | | /run/current-system/sw is the correct profile.
* treewide: use more HTTPS URLsRyan Mulligan2018-03-24
| | | | | | | | 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.
* maintainers: remove mornfall from packagesYegor Timoshenko2018-01-17
|
* dict: disable parallel buildingOrivej Desh2017-11-27
|
* dict: enable the default upstream server so the client works out of the boxPeter Hoeg2017-09-07
|
* dictd-db: Add deu2eng / eng2deuMatthias Beyer2017-01-05
|
* move dictd* in toplevel dicts to dictdDBsEdward Tjörnhammar2016-10-19
|
* dictdWiktionary: 20140118 -> 20161001Edward Tjörnhammar2016-10-19
|
* dictd-db: get rid of builderDefs #4210Domen Kožar2016-08-31
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* use the sourceforge mirrors everywherezimbatm2016-02-28
| | | | | find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
* Fix glibclocales referencewmertens2015-01-19
| | | Environment is auto-added if supported on the platform
* transformed meta.maintainers of some packages into listsPascal Wittmann2014-09-13
|
* Another attempt to eradicate ensureDirEelco Dolstra2014-06-30
| | | | See c556a6ea46e71e1907d78b71fab36df30297b3ad.
* Remove illegal meta.src attributesEelco Dolstra2014-06-05
|
* Revert "Revert "dictd: Update to latest upstream (0.12.1)."" and add thePetr Rockai2014-01-31
| | | | | | missing libmaa.nix. This reverts commit d59778678a23d72297a5dd813387d38c0448df3c.
* Revert "dictd: Update to latest upstream (0.12.1)."Eelco Dolstra2014-01-31
| | | | | This reverts commit 81622220713ca0871362703bc9e8c69ba5996e0e since it breaks evaluation (libmaa.nix is missing).
* dictd: Update to latest upstream (0.12.1).Petr Rockai2014-01-29
|
* dictd-wiktionary: Update to a more recent dump.Petr Rockai2014-01-29
|
* Adopt packages.Petr Rockai2014-01-28
|
* dictd-wiktionary: Let dictd serve an offline copy of wiktionary.Petr Rockai2013-05-18
| | | | @vcunat: add -O to python, as it takes lots of time to process
* dictd-wordnet: Make wordnet available via local dictd.Petr Rockai2013-05-18
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * Clean up the "dict" package. For some reason "configureFlags"Eelco Dolstra2010-04-14
| | | | | | didn't get passed properly. svn path=/nixpkgs/trunk/; revision=21069
* * Removed selectVersion. There's no good reason to writeEelco Dolstra2009-11-18
| | | | | | | | | | | | `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
* FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber2009-05-19
| | | | svn path=/nixpkgs/trunk/; revision=15662
* * Cleaned up a lot of description fields that contained newlines.Eelco Dolstra2009-03-03
| | | | | | | | | | | | | | | | | 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
* Fixing the dict-1.9.15 url, setting it to sourceforge mirror.Lluís Batlle i Rossell2009-01-24
| | | | | | The old didn't work for me for several days. svn path=/nixpkgs/trunk/; revision=13830
* meta.function -> passthru.function, not killing other contents of passthruMichael Raskin2008-11-04
| | | | svn path=/nixpkgs/trunk/; revision=13190
* Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made ↵Michael Raskin2008-08-19
| | | | | | overrides in builderDefsPackage to work in an intuitive manner. svn path=/nixpkgs/trunk/; revision=12655
* Now Dictd dictionary collection works to full extent.Michael Raskin2008-03-07
| | | | svn path=/nixpkgs/trunk/; revision=11007
* Some updates to dict dictionaries.Michael Raskin2008-03-07
| | | | svn path=/nixpkgs/trunk/; revision=11005
* Made entries for a few dictd dictionariesMichael Raskin2008-03-06
| | | | svn path=/nixpkgs/trunk/; revision=10979
* Commented out work in progressMichael Raskin2008-03-06
| | | | svn path=/nixpkgs/trunk/; revision=10977
* Added dict and working on adding dictionariesMichael Raskin2008-03-06
svn path=/nixpkgs/trunk/; revision=10976