Merge branch 'staging-next' into staging
This commit is contained in:
@@ -198,6 +198,7 @@ in
|
||||
|
||||
gpgme = attrs: {
|
||||
buildInputs = [ gpgme ];
|
||||
buildFlags = [ "--use-system-libraries" ];
|
||||
};
|
||||
|
||||
gio2 = attrs: {
|
||||
@@ -535,19 +536,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 = ''
|
||||
|
||||
Reference in New Issue
Block a user