defaultGemConfig: change 'infocmp' reference from 'ncurses.dev' to 'ncurses' (#75309)
This commit is contained in:
parent
6b73d29775
commit
c4aaab4053
@ -536,7 +536,7 @@ in
|
|||||||
dontBuild = false;
|
dontBuild = false;
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace lib/rbreadline.rb \
|
substituteInPlace lib/rbreadline.rb \
|
||||||
--replace 'infocmp' '${ncurses.dev}/bin/infocmp'
|
--replace 'infocmp' '${ncurses}/bin/infocmp'
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user