Merge pull request #16029 from grahamc/patch-2

gemconfig: rmagick requires which as of 2.15.4
This commit is contained in:
Joachim Fasting 2016-06-07 14:35:43 +02:00
commit 38b88768f5

View File

@ -115,7 +115,7 @@ in
};
rmagick = attrs: {
buildInputs = [ imagemagick pkgconfig ];
buildInputs = [ imagemagick pkgconfig which ];
};
rugged = attrs: {