summary refs log tree commit diff
path: root/pkgs/servers/dict
Commit message (Collapse)AuthorAge
* * 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