Merge pull request #56069 from delroth/git-diff-highlight

git: build diff-highlight if Perl support is enabled
This commit is contained in:
Peter Simons
2019-06-14 17:27:02 +02:00
committed by GitHub

View File

@@ -96,7 +96,9 @@ stdenv.mkDerivation {
postBuild = ''
make -C contrib/subtree
'' + (stdenv.lib.optionalString stdenv.isDarwin ''
'' + (stdenv.lib.optionalString perlSupport ''
make -C contrib/diff-highlight
'') + (stdenv.lib.optionalString stdenv.isDarwin ''
make -C contrib/credential/osxkeychain
'') + (stdenv.lib.optionalString withLibsecret ''
make -C contrib/credential/libsecret