summary refs log tree commit diff
path: root/pkgs/tools/text
Commit message (Collapse)AuthorAge
* grin: use python2Frederik Rietdijk2016-10-18
|
* shfmt: 2016-06-16 -> 0.2.0Nahum Shalman2016-10-13
|
* Merge pull request #17815 from juliendehos/zimreader_tntnet221Jörg Thalheim2016-10-08
|\ | | | | zimreader: update for using tntnet-2.2.1 ?
| * zimreader: update for using tntnet-2.2.1Julien Dehos2016-10-08
| |
* | languagetool: fix evalBjørn Forsman2016-10-05
| |
* | languagetool: init at 3.5Edward Tjörnhammar2016-10-05
| |
* | ripgrep: update 0.1.17 -> 0.2.1Benno Fünfstück2016-09-29
| |
* | Merge pull request #18894 from tailhook/ripgrepFranz Pletz2016-09-25
|\ \ | | | | | | Add ripgrep package
| * | ripgrep: init at 0.1.17Paul Colomiets2016-09-23
| | |
* | | a2ps: fix CVE-2001-1593 & CVE-2014-0466Franz Pletz2016-09-24
|/ /
* | buildGoPackage: deps.json -> deps.nix in NIXONKamil Chmielewski2016-09-16
| | | | | | | | | | | | | | | | https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541 * update docs to describe `deps.nix` * include goDeps in nix-shell GOPATH * NixOS 16.09 rel notes about replacing goPackages
* | groff: add missing depedencies for optional postscript and html outputsRam Kromberg2016-09-13
| |
* | sablotron: update source URLBjørn Forsman2016-09-08
| | | | | | | | | | The current URL no longer works, switch to a sourceforge mirror URL. Fixes issue #18337.
* | wring: use node2nix generated packageSander van der Burg2016-09-01
| |
* | treewide: Fix dev references to libxml2Tuomas Tynkkynen2016-08-30
| |
* | Merge remote-tracking branch 'upstream/master' into stagingRobin Gloster2016-08-29
|\ \
| * | a2ps: fix a misspelling in descriptionsternenseemann2016-08-28
| | |
* | | Merge branch 'master' into stagingobadz2016-08-27
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/misc/navit/default.nix pkgs/applications/networking/mailreaders/alpine/default.nix pkgs/applications/networking/mailreaders/realpine/default.nix pkgs/development/compilers/ghc/head.nix pkgs/development/libraries/openssl/default.nix pkgs/games/liquidwar/default.nix pkgs/games/spring/springlobby.nix pkgs/os-specific/linux/kernel/perf.nix pkgs/servers/sip/freeswitch/default.nix pkgs/tools/archivers/cromfs/default.nix pkgs/tools/graphics/plotutils/default.nix
| * | Merge pull request #17983 from ericsagnes/pkg/groongaGraham Christensen2016-08-25
| |\ \ | | | | | | | | groonga: init at 6.0.7
| | * | kytea: init at 0.4.7Eric Sagnes2016-08-25
| | |/
* | | Merge branch 'master' into stagingobadz2016-08-24
|\| |
| * | Merge pull request #17685 from matthewbauer/darwin-misc2Daniel Peebles2016-08-24
| |\ \ | | |/ | |/| Darwin misc. fixes
| | * unrtf: fix darwin buildMatthew Bauer2016-08-16
| | | | | | | | | | | | | | | unrtf needs libiconv on Darwin. Linux has issues with the -liconv flag, but it's provided by gcc anyway.
| | * odt2txt: fix darwin buildMatthew Bauer2016-08-16
| | | | | | | | | | | | - needs libiconv in ld flags on clang
* | | Merge branch 'update_diffutils-3.5' of git://github.com/lancelotsix/nixpkgs ↵Shea Levy2016-08-22
|\ \ \ | | | | | | | | | | | | into staging
| * | | diffutils: 3.3 -> 3.5Lancelot SIX2016-08-21
| |/ / | | | | | | | | | | | | | | | Releases announcements: 3.4: http://lists.gnu.org/archive/html/info-gnu/2016-08/msg00004.html 3.5: http://lists.gnu.org/archive/html/info-gnu/2016-08/msg00010.html
| * | Revert "Merge branch 'modprobe-fix' of git://github.com/abbradar/nixpkgs"Shea Levy2016-08-15
| | | | | | | | | | | | | | | | | | | | | Was meant to go into staging, sorry This reverts commit 57b2d1e9b0dcdd1d25bd2d450174764b9417ffc1, reversing changes made to 760b2b9048ea775c319cb348d74447a20dea513e.
| * | Merge branch 'master' into stagingVladimír Čunát2016-08-14
| |\ \ | | | | | | | | | | | | Hydra nixpkgs: ?compare=1287298
| * | | diffutils: 3.3 -> 3.4Lancelot SIX2016-08-10
| | | | | | | | | | | | | | | | | | | | See http://lists.gnu.org/archive/html/info-gnu/2016-08/msg00004.html for release announcement.
* | | | Merge branch 'master' into hardened-stdenvFranz Pletz2016-08-13
|\ \ \ \ | | |/ / | |/| |
| * | | buildGoPackage: remove Go deps file `libs.json`Kamil Chmielewski2016-08-11
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After #16017 there were a lot of comments saying that `nix` would be better than `JSON` for Go packages dependency sets. As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046 > Because of the content-addressable store, if two programs have the > same dependency it will already result in the same derivation in > the > store. Git also has compression in the pack files so it won't make > much difference to duplicate the dependencies on disk. And finally > most users will just use the binary builds so it won't make any > differences to them. This PR removes `libs.json` file and puts all package dependencies in theirs `deps.json`.
* | | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-08-12
|\| |
| * | 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
| |
* | convertlit: disable format hardeningRobin Gloster2016-08-03
| |
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-08-03
|\|
| * 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
| |
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-19
|\|
| * platinum-searcher: 2.1.1 -> 2.1.3Benno Fünfstück2016-07-16
| |
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-15
|\|
| * 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)