sup: remove

This commit is contained in:
Michael Fellinger
2019-09-10 15:49:31 +02:00
parent 1d483896b1
commit da7886c940
10 changed files with 2 additions and 273 deletions
@@ -535,19 +535,6 @@ in
];
};
sup = attrs: {
dontBuild = false;
# prevent sup from trying to dynamically install `xapian-ruby`.
nativeBuildInputs = [ bundler rake ];
postPatch = ''
cp ${./mkrf_conf_xapian.rb} ext/mkrf_conf_xapian.rb
substituteInPlace lib/sup/crypto.rb \
--replace 'which gpg2' \
'${which}/bin/which gpg'
'';
};
rb-readline = attrs: {
dontBuild = false;
postPatch = ''