summary refs log tree commit diff
path: root/pkgs/development/libraries/enchant
Commit message (Collapse)AuthorAge
* enchant: 2.2.4 → 2.2.5Jan Tojnar2019-09-02
| | | | https://github.com/AbiWord/enchant/blob/v2.2.5/NEWS#L1-L4
* enchant: enable testsJan Tojnar2019-09-02
| | | | We need to enable relocatability as per https://github.com/AbiWord/enchant/issues/219 for tests to work.
* enchant: format with nixpkgs-fmtJan Tojnar2019-09-02
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* enchant: 2.2.3 -> 2.2.4Jan Tojnar2019-08-06
| | | | Clean up the expression and prepare for tests. Unfortunately, I could not get them pass.
* enchant: 1.6.1 -> 2.2.3Matthew Bauer2019-06-03
| | | | | | | | Moves default enchant to 2.2.3. Release url: https://github.com/AbiWord/enchant/releases/tag/v2.0.0 Mostly need to verify no breakage occurs for packages using enchant.
* enchant1: mark broken on x86_64-darwinMatthew Bauer2019-05-30
|
* enchant: 1.6.0 -> 1.6.1Tor Hedin Brønner2018-11-21
| | | | | hunspell-1.7.0 broke enchant-1.6, upgrading to the latest 1.6 release fixes the problem.
* enchant: add licenseMarkus Kowalewski2018-10-08
|
* tree-wide: random cleanupsJan Malakhovski2018-05-29
|
* tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski2018-04-25
| | | | trivial part)
* enchant2: init at 2.2.3Jan Tojnar2018-03-22
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* enchant-1.6.1Yury G. Kudryashov2010-12-14
| | | | svn path=/nixpkgs/trunk/; revision=25116
* Cleaned up the unspecified-extra-argument calls where there is no way to ↵Michael Raskin2010-07-08
| | | | | | access extra arguments. Tarball and full instantiation checks passed. svn path=/nixpkgs/trunk/; revision=22539
* Make WebKit use libsoup 2.31.2 via deepOverride. Edit a few packages that ↵Michael Raskin2010-07-08
| | | | | | were overridable but did not allow extra arguments. Remove a catch with deepOverride that pkgs.lib had this attribute in a different sense. svn path=/nixpkgs/trunk/; revision=22529
* * 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
* * Got rid of all --disable-static flags; they're redundant now.Eelco Dolstra2009-04-21
| | | | | | * Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
* enchant: using selectVersionYury G. Kudryashov2008-02-18
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=10739
* enchant library addedYury G. Kudryashov2007-10-12
svn path=/nixpkgs/trunk/; revision=9455