git-bz: use callPackage and canonical package name
Don't add a compatibility alias as this package was/is marked as being broken anyway.
This commit is contained in:
parent
c3ea981263
commit
123065aa3d
@ -26,11 +26,7 @@ in
|
|||||||
rec {
|
rec {
|
||||||
|
|
||||||
# support for bugzilla
|
# support for bugzilla
|
||||||
gitBz = import ./git-bz {
|
git-bz = callPackage ./git-bz { };
|
||||||
inherit fetchgit stdenv makeWrapper python asciidoc xmlto # docbook2x docbook_xsl docbook_xml_dtd_45 libxslt
|
|
||||||
;
|
|
||||||
inherit (pythonPackages) pysqlite;
|
|
||||||
};
|
|
||||||
|
|
||||||
git = appendToName "minimal" gitBase;
|
git = appendToName "minimal" gitBase;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user