1 { lib, stdenv, fetchFromGitHub, ... }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "0rjxq4wka73ayna3hb5dxc5pgc8bw8p5fy507yc6cv2pl4h4nji2";
20 description = "gettext for the smarty3 framework";
21 license = licenses.lgpl21;
22 homepage = "https://github.com/kikimosha/smarty3-i18n";
23 maintainers = with maintainers; [ das_j ];
24 platforms = platforms.all;