2013-03-05 23:30:46 +01:00
|
|
|
{stdenv, fetchgit}:
|
2010-10-20 15:05:49 +02:00
|
|
|
|
2013-03-05 23:30:46 +01:00
|
|
|
stdenv.mkDerivation rec {
|
|
|
|
name = "recode-3.7-pff85fdbd";
|
2010-10-20 15:05:49 +02:00
|
|
|
|
2013-03-05 23:30:46 +01:00
|
|
|
src = fetchgit {
|
|
|
|
url = https://github.com/pinard/Recode.git;
|
|
|
|
rev = "2fd8385658e5a08700e3b916053f6680ff85fdbd";
|
|
|
|
sha256 = "1xhlfmqld6af16l444jli9crj9brym2jihg1n6lkxh2gar68f5l7";
|
2010-10-20 15:05:49 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
homepage = "http://www.gnu.org/software/recode/";
|
|
|
|
description = "Converts files between various character sets and usages";
|
|
|
|
platforms = stdenv.lib.platforms.unix;
|
2013-03-05 23:30:46 +01:00
|
|
|
license = stdenv.lib.licenses.gpl2Plus;
|
|
|
|
maintainers = with stdenv.lib.maintainers; [ jcumming ];
|
2010-10-20 15:05:49 +02:00
|
|
|
};
|
|
|
|
}
|