gem-config: add rb-readline

This commit is contained in:
Jörg Thalheim 2017-05-14 22:13:55 +01:00
parent c441ae6feb
commit ae9e73125f
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -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: {
buildInputs = [ kerberos ];
};