git-bz: use callPackage and canonical package name

Don't add a compatibility alias as this package was/is marked as
being broken anyway.

+1 -5
+1 -5
pkgs/applications/version-management/git-and-tools/default.nix
··· 26 rec { 27 28 # support for bugzilla 29 - gitBz = import ./git-bz { 30 - inherit fetchgit stdenv makeWrapper python asciidoc xmlto # docbook2x docbook_xsl docbook_xml_dtd_45 libxslt 31 - ; 32 - inherit (pythonPackages) pysqlite; 33 - }; 34 35 git = appendToName "minimal" gitBase; 36
··· 26 rec { 27 28 # support for bugzilla 29 + git-bz = callPackage ./git-bz { }; 30 31 git = appendToName "minimal" gitBase; 32