about summary refs log tree commit diff
path: root/pkgs/tools/text
AgeCommit message (Collapse)AuthorFilesLines
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk29-29/+29
2014-06-24diffstat: weaken platform requirementJohn Wiegley1-1/+1
This fixes a change made in 3ae765278f0e5d75e3d18ebac29c25780b92e9ee.
2014-06-22colordiff: update 1.0.9 -> 1.0.13Bjørn Forsman1-3/+3
2014-06-22colordiff: add meta attributesBjørn Forsman1-1/+11
2014-06-22catdoc: add meta.descriptionBjørn Forsman1-0/+1
2014-06-22diffstat: clean up expressionBjørn Forsman1-6/+12
Most importantly, add meta.description and meta.platforms.
2014-05-27dos2unix: update from 6.0.4 to 6.0.5Rob Vermaas1-3/+3
2014-05-25basex: update 7.7.2 -> 7.8.2Bjørn Forsman1-3/+3
2014-05-18Merge pull request #2671 from wmertens/recode-osxAustin Seipp1-0/+3
Recode: Build on OS X
2014-05-17Merge #2630: add and use fetchpatchVladimír Čunát2-2/+89
fetchpatch is fetchurl that determinizes the patch. Some parts of generated patches change from time to time, e.g. see #1983 and http://comments.gmane.org/gmane.linux.distributions.nixos/12815 Using fetchpatch should prevent the hash from changing. Conflicts (auto-solved): pkgs/development/libraries/haskell/gitit/default.nix
2014-05-16Recode: Build on OS XWout Mertens1-0/+3
2014-05-08Rename fetchGitHub -> fetchFromGitHubEelco Dolstra1-2/+2
We're not fetching all of GitHub, after all.
2014-05-08Add a utility function "fetchGitHub"Eelco Dolstra1-5/+6
This is a small wrapper around fetchzip. It allows you to say: src = fetchGitHub { owner = "NixOS"; repo = "nix"; rev = "924e19341a5ee488634bc9ce1ea9758ac496afc3"; # or a tag sha256 = "1ld1jc26wy0smkg63chvdzsppfw6zy1ykf3mmc50hkx397wcbl09"; };
2014-05-08patchutils: Update to new upstream version 0.3.3.aszlig1-5/+5
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-04-23Fix meta.maintainer -> meta.maintainersEelco Dolstra1-1/+1
2014-04-18add kakasi, a Kanji to Hiragana, Katakana or Romaji converter宋文武1-0/+23
2014-03-27silver-searcher: update to 0.21.0Georges Dubus1-2/+2
2014-03-19Merge branch 'master' of git://github.com/madjar/nixpkgsShea Levy1-1/+1
silver-searcher: avoid -lgcc_s on darwin
2014-03-16nixpkgs-lint: add the platforms meta attr for most of my packagesCillian de Róiste2-0/+2
2014-03-12silver-searcher: avoid -lgcc_s on darwinGeorges Dubus1-1/+1
2014-02-11xmlstarlet: advance version to 1.5.0Karn Kallio1-2/+2
2014-02-03silver-searcher: updated to 0.19.2Georges Dubus1-2/+4
Also fixed the "libgcc_s.so.1 must be installed for pthread_cancel to work" problem.
2014-02-01silver-searcher: updated to 0.19.1Georges Dubus1-2/+2
2014-01-27wdiff: Update to 1.2.1Eelco Dolstra1-7/+4
2014-01-26gawk: add gawkInteractive with readline supportKevin Quick1-3/+7
stdenv (on linux) depends on gawk, readline and similar are useless for non-interactive usage. Close #1596. Original patch was almost completely rewritten by vcunat. On darwin we always specify whether to use readline, so it isn't always picked as reported.
2014-01-21Unmaintain a bunch of packagesShea Levy1-1/+0
Trying to take maintainership more seriously... Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-20Merge master into stdenv-updatesVladimír Čunát1-0/+22
Conflicts: pkgs/applications/version-management/gource/default.nix pkgs/top-level/all-packages.nix
2014-01-19silver-search: AddGeorges Dubus1-0/+22
2014-01-18Merge master into stdenv-updatesVladimír Čunát1-3/+3
Conflicts (simple): pkgs/development/compilers/gcc/4.8/default.nix pkgs/development/compilers/llvm/default.nix pkgs/development/libraries/gmp/5.1.1.nix pkgs/development/libraries/gmp/5.1.3.nix pkgs/development/libraries/gmp/5.1.x.nix pkgs/top-level/all-packages.nix
2014-01-17sp-compat: Fix buildEelco Dolstra1-2/+2
You can't run fixupPhase before installPhase. http://hydra.nixos.org/build/8149119
2014-01-13dos2unix: update from 6.0.3 to 6.0.4Nixpkgs Monitor1-3/+3
2013-12-29Merge master into stdenv-updatesVladimír Čunát6-15/+15
Conflicts (easy): pkgs/development/compilers/llvm/default.nix pkgs/development/compilers/openjdk/default.nix pkgs/development/libraries/icu/default.nix pkgs/development/libraries/libssh/default.nix pkgs/development/libraries/libxslt/default.nix pkgs/development/tools/parsing/bison/3.x.nix
2013-12-28Merge glibc-2.18 branch into stdenv-updatesVladimír Čunát1-8/+10
It's to separate from other changes coming from master. Conflicts: pkgs/development/libraries/glibc/2.18/common.nix (taking both changes) pkgs/development/libraries/ncurses/5_4.nix (deleted)
2013-12-26Merge remote-tracking branch 'origin/glibc-2.18'Eelco Dolstra1-8/+10
2013-12-21mairix: update from 0.22 to 0.23Nixpkgs Monitor1-2/+2
2013-12-21numdiff: update from 5.6.1 to 5.8.1Nixpkgs Monitor1-2/+2
2013-12-21namazu: update from 2.0.20 to 2.0.21Nixpkgs Monitor1-2/+2
2013-12-18highlight: update from 3.5 to 3.9Nixpkgs Monitor1-2/+2
2013-12-18enca: update dependenciesEvgeny Egorochkin1-2/+2
2013-12-18enca: update from 1.13 to 1.15Nixpkgs Monitor1-2/+2
2013-12-18dos2unix: update from 5.3.1 to 6.0.3Nixpkgs Monitor1-3/+3
2013-12-18Merge remote-tracking branch 'origin/master' into glibc-2.18Eelco Dolstra5-10/+10
2013-12-16Merge branch 'origin/master' into stdenv-updates.Peter Simons2-4/+4
Conflicts: pkgs/tools/misc/less/default.nix
2013-12-16source-highlight: Don't do a parallel buildEelco Dolstra1-1/+1
The "make check" appears to have a race condition. http://hydra.nixos.org/build/7116409
2013-12-15enscript: update from 1.6.5.2 to 1.6.6Nixpkgs Monitor1-2/+2
2013-12-11diffstat: update from 1.45 to 1.58Nixpkgs Monitor1-2/+2
2013-12-10boost: Remove 1.53 and 1.54Eelco Dolstra1-8/+10
These don't build against Glibc 2.18, but they're not used anyway (except by source-highlight, which builds fine against 1.49).
2013-12-10Merge remote-tracking branch 'origin/master' into stdenv-updates.Peter Simons1-2/+2
Conflicts: pkgs/tools/networking/p2p/amule/default.nix
2013-12-06wgetpaste: update from 2.20 to 2.23Nixpkgs Monitor1-2/+2
2013-12-04Merge remote-tracking branch 'origin/master' into stdenv-updates.Peter Simons5-13/+15
Conflicts: pkgs/development/interpreters/perl/5.16/default.nix pkgs/tools/networking/curl/default.nix pkgs/top-level/all-packages.nix pkgs/top-level/release-python.nix pkgs/top-level/release-small.nix pkgs/top-level/release.nix