Removed broken quotes.
svn path=/nixpkgs/trunk/; revision=13761
This commit is contained in:
parent
20cb460c67
commit
4d5c788b81
@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
|
|||||||
for prog in bin/gitk libexec/git-core/git-gui
|
for prog in bin/gitk libexec/git-core/git-gui
|
||||||
do
|
do
|
||||||
notSupported "$out/$prog" \
|
notSupported "$out/$prog" \
|
||||||
"reinstall with config \`git = { guiSupport = true; }' set"
|
"reinstall with config git = { guiSupport = true; } set"
|
||||||
done
|
done
|
||||||
'')
|
'')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user