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

This commit is contained in:
buckley310 2019-12-09 19:07:19 -05:00 committed by zimbatm
parent 6b73d29775
commit c4aaab4053

View file

@ -536,7 +536,7 @@ in
dontBuild = false;
postPatch = ''
substituteInPlace lib/rbreadline.rb \
--replace 'infocmp' '${ncurses.dev}/bin/infocmp'
--replace 'infocmp' '${ncurses}/bin/infocmp'
'';
};