summary refs log tree commit diff
path: root/pkgs/tools/text/recode
Commit message (Collapse)AuthorAge
* recode: 3.7.4 -> 3.7.6, use python3Frederik Rietdijk2019-11-14
|
* recode: 3.7-gitrev -> 3.7.4, new home (#68045)Will Dietz2019-10-22
| | | | | | | | | | | | | | | | * recode: pname-ify * recode: 3.7-* -> 3.7.2, new home gnu homepage still exists (for now), but links to the github repo we switch to :). * recode: use pre-generated tarball to avoid gen, fix * recode: 3.7.2 -> 3.7.4 https://github.com/rrthomas/recode/blob/v3.7.4/NEWS (3.7.3 notes as well)
* treewide: remove redundant recvolth2019-08-28
|
* Treewide: use HTTPS on GNU domainsc0bw3b2018-12-02
| | | | | | | | | | | HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
* recode: disable testsJan Malakhovski2018-08-11
|
* recode: fix libintl issueMatthew Justin Bauer2018-03-25
| | | should resolve https://hydra.nixos.org/build/71918435/nixlog/1
* treewide: remove libintl hacksMatthew Bauer2018-03-22
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* refactor to use autoreconfHook where possibleRobin Gloster2016-01-18
| | | | Close #12446.
* darwin purity: recodeJude Taylor2015-06-25
|
* recode: fix build, needing texinfo nowVladimír Čunát2015-03-09
| | | | Also make the build inputs native (no references are retained).
* Recode: Build on OS XWout Mertens2014-05-16
|
* Rename fetchGitHub -> fetchFromGitHubEelco Dolstra2014-05-08
| | | | We're not fetching all of GitHub, after all.
* Add a utility function "fetchGitHub"Eelco Dolstra2014-05-08
| | | | | | | | | | | 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"; };
* recode: fix build after stdenv merge + #354Vladimír Čunát2013-03-09
| | | | ToDo: tests don't pass yet.
* recode: attempt to fix Darwin testsuite build problemJack Cummings2013-03-06
|
* get recode testsuite running.Jack Cummings2013-03-06
|
* recode-3.7-gitJack Cummings2013-03-05
|
* pkgs/tools/text/recode: added (heavily patched) version 3.6Peter Simons2010-10-20
svn path=/nixpkgs/trunk/; revision=24384