summary refs log tree commit diff
path: root/pkgs/tools/text
Commit message (Collapse)AuthorAge
* ispell: use optionalString instead of a bash conditionalSebastien Maret2018-06-14
|
* ispell: fix compilation on DarwinSebastien Maret2018-06-14
| | | | Closes #41948.
* fanficfare: 2.25.0 -> 2.26.0 (#41569)R. RyanTM2018-06-09
| | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fanficfare/versions. These checks were done: - built on NixOS - /nix/store/8xysybhmjya5wx4rsykxk7d9f37g3qbk-fanficfare-2.26.0/bin/.fanficfare-wrapped passed the binary check. - /nix/store/8xysybhmjya5wx4rsykxk7d9f37g3qbk-fanficfare-2.26.0/bin/fanficfare passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 2 of 2 passed binary check by having the new version present in output. - found 2.26.0 with grep in /nix/store/8xysybhmjya5wx4rsykxk7d9f37g3qbk-fanficfare-2.26.0 - directory tree listing: https://gist.github.com/8dac0cbfced5624b49e894cfb51f13be - du listing: https://gist.github.com/3710839076360d257f245cd976e974fa
* odt2txt: 0.4 -> 0.5Daniel Sandbecker2018-06-07
| | | | | | | Version 0.4 failed to build for me on MacOS 10.12.6 (16G1314). (Might be related to the removed libiconv-hacks.) Version 0.5 as specified builds cleanly. Not tested on any other platforms though. Also 0.4 is from 2008 while 0.5 was released in 2014. The old homepage now redirects to the GitHub repo.
* schema2ldif: Init at 1.3Janne Heß2018-06-03
|
* invoice2data: init at 0.2.93Assassinkin2018-05-30
|
* kytea: fix build after #28029Orivej Desh2018-05-29
| | | | | It moved our -O2 before their -O3, but -O3 inlines "checkValueVecEqual(&,&)" into "checkValueVecEqual(*,*)".
* dadadodo: fix build after #28029Orivej Desh2018-05-29
|
* treewide: fix derivation namesRyan Mulligan2018-05-28
|
* Merge pull request #41009 from matthewbauer/normalize-namesMatthew Justin Bauer2018-05-25
|\ | | | | Add versions to packages missing it
| * treewide: add version to packagesMatthew Bauer2018-05-25
| | | | | | | | | | | | | | | | | | Lots of packages are missing versions in their name. This adds them where appropriate. These were found with this command: $ nix-env -qa -f. | grep -v '\-[0-9A-Za-z.-_+]*$' | grep -v '^hook$' See issue #41007.
* | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-16
|\| | | | | | | | | Keep the dontCheck because the test suite fails, get rid of the LDFLAGS hack because we don't need it!
| * mdbook 0.1.5 -> 0.1.7 (#40580)Ryan Scheel2018-05-16
| |
* | Merge master into stagingFrederik Rietdijk2018-05-13
|\|
| * xsv: 0.12.2 -> 0.13.0Vladyslav Mykhailichenko2018-05-12
| |
* | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-10
|\|
| * gnused: Remove crossAttrsJohn Ericson2018-05-10
| | | | | | | | Use a cleaner help2man trick from coreutils
* | Merge pull request #40294 from obsidiansystems/no-crossAttrsJohn Ericson2018-05-10
|\ \ | | | | | | misc packages: Fewer crossAttrs
| * | groff: Get rid of crossAttrsJohn Ericson2018-05-10
| |/
* | Merge remote-tracking branch 'upstream/master' into stagingMatthew Bauer2018-05-08
|\|
| * fanficfare: 2.23.0 -> 2.25.0R. RyanTM2018-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fanficfare/versions. These checks were done: - built on NixOS - ran ‘/nix/store/v61hi3r06i5xxsmcdk4cs7jijflf1fxh-fanficfare-2.25.0/bin/.fanficfare-wrapped -h’ got 0 exit code - ran ‘/nix/store/v61hi3r06i5xxsmcdk4cs7jijflf1fxh-fanficfare-2.25.0/bin/.fanficfare-wrapped --help’ got 0 exit code - ran ‘/nix/store/v61hi3r06i5xxsmcdk4cs7jijflf1fxh-fanficfare-2.25.0/bin/.fanficfare-wrapped -v’ and found version 2.25.0 - ran ‘/nix/store/v61hi3r06i5xxsmcdk4cs7jijflf1fxh-fanficfare-2.25.0/bin/.fanficfare-wrapped --version’ and found version 2.25.0 - ran ‘/nix/store/v61hi3r06i5xxsmcdk4cs7jijflf1fxh-fanficfare-2.25.0/bin/fanficfare -h’ got 0 exit code - ran ‘/nix/store/v61hi3r06i5xxsmcdk4cs7jijflf1fxh-fanficfare-2.25.0/bin/fanficfare --help’ got 0 exit code - ran ‘/nix/store/v61hi3r06i5xxsmcdk4cs7jijflf1fxh-fanficfare-2.25.0/bin/fanficfare -v’ and found version 2.25.0 - ran ‘/nix/store/v61hi3r06i5xxsmcdk4cs7jijflf1fxh-fanficfare-2.25.0/bin/fanficfare --version’ and found version 2.25.0 - found 2.25.0 with grep in /nix/store/v61hi3r06i5xxsmcdk4cs7jijflf1fxh-fanficfare-2.25.0 - directory tree listing: https://gist.github.com/a5ca8fdb686eb942eb92828f63be5af0
* | Merge branch 'staging' into fix-ncurses-darwin-extensionsMatthew Justin Bauer2018-05-02
|\ \ | |/ |/|
| * tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski2018-04-25
| | | | | | | | trivial part)
| * Merge remote-tracking branch 'upstream/master' into HEADTuomas Tynkkynen2018-04-22
| |\ | | | | | | | | | | | | Conflicts: pkgs/development/tools/misc/binutils/default.nix
| * \ Merge pull request #38332 from r-ryantm/auto-update/gnusedMatthew Justin Bauer2018-04-17
| |\ \ | | | | | | | | gnused: 4.4 -> 4.5
| | * | gnused: 4.4 -> 4.5R. RyanTM2018-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gnused/versions. These checks were done: - built on NixOS - ran `/nix/store/71dzrirkbkpna9l1mcbjjhdws2y1g1hj-gnused-4.5/bin/sed --help` got 0 exit code - ran `/nix/store/71dzrirkbkpna9l1mcbjjhdws2y1g1hj-gnused-4.5/bin/sed --version` and found version 4.5 - ran `/nix/store/71dzrirkbkpna9l1mcbjjhdws2y1g1hj-gnused-4.5/bin/sed --help` and found version 4.5 - found 4.5 with grep in /nix/store/71dzrirkbkpna9l1mcbjjhdws2y1g1hj-gnused-4.5 - directory tree listing: https://gist.github.com/20a2031e4b27616ba71439622e5fe4d1
| * | | gnupatch: fix CVE-2018-6951Antoine Eiche2018-04-17
| | | | | | | | | | | | | | | | fixes #39045
* | | | xmlformat: init at 1.04Graham Christensen2018-04-30
| | | |
* | | | treewide: stdenv.lib.platforms.gnu -> ... gnu ++ linuxWill Dietz2018-04-30
| | | | | | | | | | | | | | | | Include all linux platforms.
* | | | tree-wide: platforms = platforms.gnu; -> platforms = gnu ++ linuxWill Dietz2018-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "platforms.gnu" has been linux-only since at least 17.03: $ nix eval -f channel:nixos-17.03 lib.platforms.gnu [ "i686-linux" "x86_64-linux" "armv5tel-linux" "armv6l-linux" "armv7l-linux" "aarch64-linux" "mips64el-linux" ] Unlike platforms.linux, platforms.gnu indicates "must use glibc" which for the most part is not intended. Replacing platforms.gnu with platforms.linux would be the same "today" but let's err on preserving existing behavior and be optimistic about platforms these packages work on.
* | | | Merge pull request #39764 from r-ryantm/auto-update/html-xml-utilsxeji2018-05-01
|\ \ \ \ | | | | | | | | | | html-xml-utils: 7.6 -> 7.7
| * | | | html-xml-utils: 7.6 -> 7.7R. RyanTM2018-04-30
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/html-xml-utils/versions. These checks were done: - built on NixOS - ran ‘/nix/store/bgy2cxgllc9d8ll74s3lglhfygjw4c63-html-xml-utils-7.7/bin/hxaddid help’ got 0 exit code - ran ‘/nix/store/bgy2cxgllc9d8ll74s3lglhfygjw4c63-html-xml-utils-7.7/bin/hxaddid -v’ and found version 7.7 - ran ‘/nix/store/bgy2cxgllc9d8ll74s3lglhfygjw4c63-html-xml-utils-7.7/bin/hxcite -v’ and found version 7.7 - ran ‘/nix/store/bgy2cxgllc9d8ll74s3lglhfygjw4c63-html-xml-utils-7.7/bin/hxextract --help’ got 0 exit code - ran ‘/nix/store/bgy2cxgllc9d8ll74s3lglhfygjw4c63-html-xml-utils-7.7/bin/hxextract help’ got 0 exit code - ran ‘/nix/store/bgy2cxgllc9d8ll74s3lglhfygjw4c63-html-xml-utils-7.7/bin/hxextract -v’ and found version 7.7 - ran ‘/nix/store/bgy2cxgllc9d8ll74s3lglhfygjw4c63-html-xml-utils-7.7/bin/hxcopy -v’ and found version 7.7 - ran ‘/nix/store/bgy2cxgllc9d8ll74s3lglhfygjw4c63-html-xml-utils-7.7/bin/hxincl -v’ and found version 7.7 - ran ‘/nix/store/bgy2cxgllc9d8ll74s3lglhfygjw4c63-html-xml-utils-7.7/bin/hxpipe -v’ and found version 7.7 - ran ‘/nix/store/bgy2cxgllc9d8ll74s3lglhfygjw4c63-html-xml-utils-7.7/bin/hxremove help’ got 0 exit code - ran ‘/nix/store/bgy2cxgllc9d8ll74s3lglhfygjw4c63-html-xml-utils-7.7/bin/hxremove -v’ and found version 7.7 - ran ‘/nix/store/bgy2cxgllc9d8ll74s3lglhfygjw4c63-html-xml-utils-7.7/bin/hxselect help’ got 0 exit code - ran ‘/nix/store/bgy2cxgllc9d8ll74s3lglhfygjw4c63-html-xml-utils-7.7/bin/hxselect -v’ and found version 7.7 - ran ‘/nix/store/bgy2cxgllc9d8ll74s3lglhfygjw4c63-html-xml-utils-7.7/bin/hxtabletrans -v’ and found version 7.7 - ran ‘/nix/store/bgy2cxgllc9d8ll74s3lglhfygjw4c63-html-xml-utils-7.7/bin/hxuncdata --help’ got 0 exit code - ran ‘/nix/store/bgy2cxgllc9d8ll74s3lglhfygjw4c63-html-xml-utils-7.7/bin/hxwls -h’ got 0 exit code - ran ‘/nix/store/bgy2cxgllc9d8ll74s3lglhfygjw4c63-html-xml-utils-7.7/bin/hxref -v’ and found version 7.7 - found 7.7 with grep in /nix/store/bgy2cxgllc9d8ll74s3lglhfygjw4c63-html-xml-utils-7.7 - directory tree listing: https://gist.github.com/f303211f05f8424805b5314ae0ff7c9e
* | | | highlight: 3.42 -> 3.43WilliButz2018-04-30
| | | |
* | | | vale: 0.10.1 -> 0.11.2Mario Rodas2018-04-26
|/ / /
* | | relax platform restrictionMasayuki Takeda2018-04-18
| | |
* | | jumanpp: 1.02 -> 2.0.0-rc2Masayuki Takeda2018-04-18
| | |
* | | disable aarch64Masayuki Takeda2018-04-18
| | |
* | | jumanpp: init at 1.02Masayuki Takeda2018-04-17
|/ /
* | Merge master into stagingFrederik Rietdijk2018-04-09
|\ \
| * \ Merge pull request #38205 from r-ryantm/auto-update/LanguageToolMatthew Justin Bauer2018-04-08
| |\ \ | | | | | | | | languagetool: 4.0 -> 4.1
| | * | languagetool: 4.0 -> 4.1R. RyanTM2018-03-31
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/LanguageTool/versions. These checks were done: - built on NixOS - ran `/nix/store/nfv5l06pzfk7xicqzawx5syh6mwg9csk-LanguageTool-4.1/bin/languagetool -h` got 0 exit code - ran `/nix/store/nfv5l06pzfk7xicqzawx5syh6mwg9csk-LanguageTool-4.1/bin/languagetool --help` got 0 exit code - ran `/nix/store/nfv5l06pzfk7xicqzawx5syh6mwg9csk-LanguageTool-4.1/bin/languagetool-commandline --version` and found version 4.1 - found 4.1 with grep in /nix/store/nfv5l06pzfk7xicqzawx5syh6mwg9csk-LanguageTool-4.1 - directory tree listing: https://gist.github.com/2125d88e98c5831d6acc52597d8d69e5
* | | Merge master into stagingFrederik Rietdijk2018-04-05
|\| |
| * | Merge pull request #38249 from r-ryantm/auto-update/discountPeter Hoeg2018-04-05
| |\ \ | | | | | | | | discount: 2.2.3 -> 2.2.3a
| | * | discount: 2.2.3 -> 2.2.3aR. RyanTM2018-03-31
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/discount/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - directory tree listing: https://gist.github.com/6518564df191411db8f0004111604991
* | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-04-03
|\| | | | | | | | | | | | | | Conflicts: pkgs/top-level/all-packages.nix
| * | ansifilter: 2.9 -> 2.10R. RyanTM2018-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ansifilter/versions. These checks were done: - built on NixOS - ran `/nix/store/wp22r5r6lyy9is1b6nb0vdhh8n7jfazc-ansifilter-2.10/bin/ansifilter -h` got 0 exit code - ran `/nix/store/wp22r5r6lyy9is1b6nb0vdhh8n7jfazc-ansifilter-2.10/bin/ansifilter --help` got 0 exit code - ran `/nix/store/wp22r5r6lyy9is1b6nb0vdhh8n7jfazc-ansifilter-2.10/bin/ansifilter -V` and found version 2.10 - ran `/nix/store/wp22r5r6lyy9is1b6nb0vdhh8n7jfazc-ansifilter-2.10/bin/ansifilter -v` and found version 2.10 - ran `/nix/store/wp22r5r6lyy9is1b6nb0vdhh8n7jfazc-ansifilter-2.10/bin/ansifilter --version` and found version 2.10 - found 2.10 with grep in /nix/store/wp22r5r6lyy9is1b6nb0vdhh8n7jfazc-ansifilter-2.10 - directory tree listing: https://gist.github.com/88abe21b0d96cd9fa48d2f4a459faa6b
| * | Merge pull request #37914 from dywedir/mdbookMatthew Justin Bauer2018-03-31
| |\ \ | | | | | | | | mdbook: 0.1.3 -> 0.1.5
| | * | mdbook: 0.1.3 -> 0.1.5Vladyslav M2018-03-27
| | | |
| * | | cconv: init at 0.6.3Tim Engler2018-03-31
| | | |
| * | | diction: 1.11 -> 1.13Ryan Mulligan2018-03-30
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. This update was made based on information from https://repology.org/metapackage/diction/versions. These checks were done: - built on NixOS - ran `/nix/store/7583849c1dwqg9ryxy8ws0y8sagnxm1s-diction-1.13/bin/diction -h` got 0 exit code - ran `/nix/store/7583849c1dwqg9ryxy8ws0y8sagnxm1s-diction-1.13/bin/diction --help` got 0 exit code - ran `/nix/store/7583849c1dwqg9ryxy8ws0y8sagnxm1s-diction-1.13/bin/diction help` got 0 exit code - ran `/nix/store/7583849c1dwqg9ryxy8ws0y8sagnxm1s-diction-1.13/bin/diction --version` and found version 1.13 - ran `/nix/store/7583849c1dwqg9ryxy8ws0y8sagnxm1s-diction-1.13/bin/style -h` got 0 exit code - ran `/nix/store/7583849c1dwqg9ryxy8ws0y8sagnxm1s-diction-1.13/bin/style --help` got 0 exit code - ran `/nix/store/7583849c1dwqg9ryxy8ws0y8sagnxm1s-diction-1.13/bin/style help` got 0 exit code - ran `/nix/store/7583849c1dwqg9ryxy8ws0y8sagnxm1s-diction-1.13/bin/style --version` and found version 1.13 - found 1.13 with grep in /nix/store/7583849c1dwqg9ryxy8ws0y8sagnxm1s-diction-1.13 - directory tree listing: https://gist.github.com/e06700dfb7b8b7cf0f1f8e7e6f84aba6