about summary refs log tree commit diff
path: root/pkgs/tools/text
Commit message (Collapse)AuthorAge
* odt2txt: fix darwin buildMatthew Bauer2016-08-16
| | | | - needs libiconv in ld flags on clang
* par: init at 1.5.2Jean-Luc Jox2016-08-11
| | | | Issue #17521
* reckon: init at 0.4.4Kyle McKean2016-08-10
|
* Revert "diffutils: 3.3 -> 3.4"Lancelot SIX2016-08-10
| | | | | This reverts commit 99f242bd00de583730303c0bc87811a157d8b4f9. It will go into staging before getting into master.
* diffutils: 3.3 -> 3.4Lancelot SIX2016-08-10
| | | | | See http://lists.gnu.org/archive/html/info-gnu/2016-08/msg00004.html for release announcement.
* zimreader: Broken on i686Tuomas Tynkkynen2016-08-06
| | | | | (Well, actually tntnet, but that derivation is defined in the same file). http://hydra.nixos.org/build/38238028
* aha: 0.4.8 -> 0.4.9Tobias Geerinckx-Rice2016-08-04
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux and on Darwin.
* koji, opensp: Some meta fixesTuomas Tynkkynen2016-08-02
|
* platinum-searcher: 2.1.1 -> 2.1.3Benno Fünfstück2016-07-16
|
* sift: fix hydra build fail (#16820)Carl Sverre2016-07-10
| | | | | | | | | | | | | For some reason I haven't been able to figure out, sift does not build on OSX. I think it is because sift uses cgo for some of its functionality which you can see here: https://github.com/svent/sift/blob/master/matching_cgo.go#L23 The error which hydra found (and is reproducible on OSX) can be seen here: https://hydra.nixos.org/build/37169149 Ideally I would like to get sift building on OSX, however my nix-fu is weak. Any suggestions are welcome. In the meantime I would like to get sift into one of the release channels for Linux where it works fine.
* mecab: init at 0.996 (#16175)Jonathan Glines2016-06-26
| | | Japanese morphological analysis system, used by Anki in particular
* sift: init at 0.8.0Carl Sverre2016-06-25
| | | | | | sift is a fast and powerful alternative to grep. https://sift-tool.org
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* silver-searcher: 0.31.0 -> 0.32.0Gabriel Ebner2016-06-19
|
* shfmt: 2016-06-15 -> 2016-06-16 (#16272)Nahum Shalman2016-06-16
| | | Among other improvements the author fixed mvdan/sh#13
* Add new package "shfmt"Nahum Shalman2016-06-16
|
* no more goPackagesKamil Chmielewski2016-06-09
|
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* diffstat: 1.60 -> 1.61Matthias Beyer2016-06-03
|
* discount: 2.1.6 -> 2.2.0Matthias Beyer2016-06-03
|
* Merge branch 'master' into stagingVladimír Čunát2016-05-23
|\ | | | | | | That's to get mesa rebuild from master, as it's nontrivial.
| * xml2: add platforms fieldRobert Helgesson2016-05-22
| |
* | Merge: make dev output references explicitVladimír Čunát2016-05-22
|\ \ | |/ |/| | | | | This is a rebase of most commits from #14766, resolving conflicts and a few other evaluation problems.
| * treewide: Make explicit that 'dev' output of readline is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of libxslt is usedTuomas Tynkkynen2016-05-19
| |
* | platinum-searcher: init at 2.1.1Alexey Lebedeff2016-05-18
| |
* | rename iElectric to domenkozar to match GitHubDomen Kožar2016-05-17
|/
* sourceHighlight: 3.1.7 -> 3.1.8Matthias Beyer2016-05-16
|
* Merge #14920: windows improvements, mainly mingwVladimír Čunát2016-05-05
|\
| * Merge branch 'master' to resolve conflictsVladimír Čunát2016-05-05
| |\
| * | html-tidy: fix on mingwVladimír Čunát2016-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This doesn't fix the cross-build by itself due to https://github.com/NixOS/nixpkgs/issues/14965 But in this case one can hack around that "easily" by: (html-tidy.override { inherit (/*non-cross nixpkgs eval*/) cmake; }).crossDrv
* | | use dontBuild instead of hacksRobin Gloster2016-05-04
| | | | | | | | | | | | | | | | | | changes: * buildPhase = "true" * buildPhase = ":"
* | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2016-05-03
|\ \ \ | | |/ | |/| | | | | | | | | | Conflicts: pkgs/applications/networking/browsers/vivaldi/default.nix pkgs/misc/emulators/wine/base.nix
| * | highlight: 3.18 -> 3.28Tobias Geerinckx-Rice2016-05-03
| | |
* | | pkgs.gnugrep: 2.22 -> 2.25Lancelot SIX2016-04-28
| | | | | | | | | | | | | | | | | | | | | All releases between 2.22 and 2.25 are all bugfix releases: - 2.23: http://lists.gnu.org/archive/html/info-gnu/2016-02/msg00000.html - 2.24: http://lists.gnu.org/archive/html/info-gnu/2016-03/msg00004.html - 2.25: http://lists.gnu.org/archive/html/info-gnu/2016-04/msg00010.html
* | | boost: Kill unnecessary 'lib' outputTuomas Tynkkynen2016-04-28
|/ / | | | | | | | | This was split in somewhere pre-2014 without the current infra which automates parts of this, in particular the output propagation.
* / Python: use PyPI mirror (#15001)Frederik Rietdijk2016-04-26
|/ | | | | | * mirrors: add pypi * Python: Use pypi mirror for all PyPI packages
* groff: now really fix build after --docdir fixVladimír Čunát2016-04-20
| | | | | I forgot about some later changes around characters permitted in $shareDocName.
* groff: fix build after --docdir fixVladimír Čunát2016-04-20
|
* unrtf: split man outputJoachim Fasting2016-04-15
|
* Merge 'staging' into closure-sizeVladimír Čunát2016-04-07
|\ | | | | | | | | | | This is mainly to get the update of bootstrap tools. Otherwise there were mysterious segfaults: https://github.com/NixOS/nixpkgs/pull/7701#issuecomment-203389817
| * namazu: mark as brokenLuca Bruno2016-03-30
| |
* | Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
|\| | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * icdiff: init at 1.7.3Aneesh Agrawal2016-03-23
| |
| * Merge pull request #14023 from Adjective-Object/add/ansifilterjoachifm2016-03-22
| |\ | | | | | | ansifilter: add @ 1.15
| | * ansifilter: init at 1.15Maxwell2016-03-21
| | |
| * | drop my maintainership (close #13881)宋文武2016-03-13
| | |
| * | unrtf: move build deps to nativeBuildInputsJoachim Fasting2016-03-12
| | |