gem-config: add rb-readline
This commit is contained in:
parent
c441ae6feb
commit
ae9e73125f
@ -211,6 +211,14 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
rb-readline = attrs: {
|
||||||
|
dontBuild = false;
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace lib/rbreadline.rb \
|
||||||
|
--replace 'infocmp' '${ncurses.dev}/bin/infocmp'
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
timfel-krb5-auth = attrs: {
|
timfel-krb5-auth = attrs: {
|
||||||
buildInputs = [ kerberos ];
|
buildInputs = [ kerberos ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user