vagrant: re-add nowarn patch (#56863)

This commit is contained in:
William Kral 2019-03-05 06:44:40 -08:00 committed by Wael Nasreddine
parent a8469ba0b6
commit 0b76b2d2af

View file

@ -37,6 +37,7 @@ in buildRubyGem rec {
src = fetchurl { inherit url sha256; };
patches = [
./unofficial-installation-nowarn.patch
./use-system-bundler-version.patch
./0004-Support-system-installed-plugins.patch
];