diff options
author | pjotrp | 2016-08-14 11:52:56 +0000 |
---|---|---|
committer | pjotrp | 2016-08-14 11:52:56 +0000 |
commit | 16e76033dab8fbd79cd5e8380ff03cf65e32c21a (patch) | |
tree | 0ab41db2565293ab2ee59f95dbb8fa8fb06240d7 /gn/packages | |
parent | 4d6de2eaf170ebcb0d64753155ceb5c818ee70d4 (diff) | |
download | guix-bioinformatics-16e76033dab8fbd79cd5e8380ff03cf65e32c21a.tar.gz |
python2-pil: freetype include file moved
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/python.scm | 2 |
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) |