Merge pull request #7631 from KaiSforza/git-remote-hg
git-remote-hg: remove dbus, install built docs
This commit is contained in:
commit
f69cfbfa15
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchgit, mercurial, makeWrapper,
|
{ stdenv, fetchgit, mercurial, makeWrapper,
|
||||||
asciidoc, xmlto, dbus, docbook_xsl, docbook_xml_dtd_45, libxslt, libxml2
|
asciidoc, xmlto, docbook_xsl, docbook_xml_dtd_45, libxslt, libxml2
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -14,12 +14,12 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ mercurial.python mercurial makeWrapper
|
buildInputs = [ mercurial.python mercurial makeWrapper
|
||||||
asciidoc xmlto dbus docbook_xsl docbook_xml_dtd_45 libxslt libxml2
|
asciidoc xmlto docbook_xsl docbook_xml_dtd_45 libxslt libxml2
|
||||||
];
|
];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
installFlags = "HOME=\${out}";
|
installFlags = "HOME=\${out} install-doc";
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $out/bin/git-remote-hg \
|
wrapProgram $out/bin/git-remote-hg \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user