aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gn/packages/python.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index 3462978..e4196cf 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -337,7 +337,7 @@ project)")
;; there is no use in creating a patch and reporting it.
'(substitute* "_imagingft.c"
(("freetype/")
- "freetype2/")))))
+ "freetype2/freetype/")))))
(build-system python-build-system)
(inputs
`(("freetype" ,freetype)