mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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;
|
||||
postPatch = ''
|
||||
substituteInPlace lib/rbreadline.rb \
|
||||
--replace 'infocmp' '${ncurses.dev}/bin/infocmp'
|
||||
--replace 'infocmp' '${ncurses}/bin/infocmp'
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue