defaultGemConfig: change 'infocmp' reference from 'ncurses.dev' to 'ncurses' (#75309)

This commit is contained in:
buckley310
2019-12-10 00:07:19 +00:00
committed by zimbatm
parent 6b73d29775
commit c4aaab4053
@@ -536,7 +536,7 @@ in
dontBuild = false;
postPatch = ''
substituteInPlace lib/rbreadline.rb \
--replace 'infocmp' '${ncurses.dev}/bin/infocmp'
--replace 'infocmp' '${ncurses}/bin/infocmp'
'';
};