diff --git a/recipes/sed/recipe.toml b/recipes/sed/recipe.toml
index 37f5f2fb617001ef1513dd61aa0a99ad5c79b5be..ffb29795c683a8479e1b76f9d0fc1fb20d8e086c 100644
--- a/recipes/sed/recipe.toml
+++ b/recipes/sed/recipe.toml
@@ -1,5 +1,8 @@
 [source]
 tar = "http://ftp.gnu.org/gnu/sed/sed-4.4.tar.xz"
+patches = [
+    "sed.patch"
+]
 
 [build]
 template = "configure"