···31 --prefix PYTHONPATH : "$(toPythonPath "${pythonPackages.pysqlite}")"
32 '';
3334- meta = {
35- homepage = "http://git.fishsoup.net/cgit/git-bz/";
36- description = "integration of git with Bugzilla";
37- license = stdenv.lib.licenses.gpl2;
38-39 longDescription = ''
40 git-bz is a tool for integrating the Git command line with the
41 Bugzilla bug-tracking system. Operations such as attaching patches to
···49 currently is able to do this for Firefox, Epiphany, Galeon and
50 Chromium on Linux.
51 '';
005253- platforms = stdenv.lib.platforms.linux;
54- maintainers = [ stdenv.lib.maintainers.pierron ];
55- broken = true;
56 };
57}
···31 --prefix PYTHONPATH : "$(toPythonPath "${pythonPackages.pysqlite}")"
32 '';
3334+ meta = with stdenv.lib; {
35+ inherit version;
36+ description = "Bugzilla integration for git";
0037 longDescription = ''
38 git-bz is a tool for integrating the Git command line with the
39 Bugzilla bug-tracking system. Operations such as attaching patches to
···47 currently is able to do this for Firefox, Epiphany, Galeon and
48 Chromium on Linux.
49 '';
50+ license = licenses.gpl2Plus;
51+ homepage = http://git.fishsoup.net/cgit/git-bz/;
5253+ mantainers = with maintainers; [ nckx ];
54+ platforms = platforms.linux;
055 };
56}