aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/python.scm
diff options
context:
space:
mode:
authorpjotrp2016-08-14 11:52:56 +0000
committerpjotrp2016-08-14 11:52:56 +0000
commit16e76033dab8fbd79cd5e8380ff03cf65e32c21a (patch)
tree0ab41db2565293ab2ee59f95dbb8fa8fb06240d7 /gn/packages/python.scm
parent4d6de2eaf170ebcb0d64753155ceb5c818ee70d4 (diff)
downloadguix-bioinformatics-16e76033dab8fbd79cd5e8380ff03cf65e32c21a.tar.gz
python2-pil: freetype include file moved
Diffstat (limited to 'gn/packages/python.scm')
-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)