aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/python.scm
diff options
context:
space:
mode:
authorEfraim Flashner2020-05-11 03:10:49 -0500
committerEfraim Flashner2020-05-11 03:10:49 -0500
commitc0a499f42d897df1d7d65134f00f15d0192e58a4 (patch)
tree0928058d2407f0f16097a0b364cc4cd8e09a2f8e /gn/packages/python.scm
parenta98639d8aed1cbc5fb6423854f91ba4741ed5603 (diff)
downloadguix-bioinformatics-c0a499f42d897df1d7d65134f00f15d0192e58a4.tar.gz
replace libjpeg with libjpeg-turbo
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r--gn/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index 7ea0211..dc1dc38 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -570,7 +570,7 @@ Python 3 support.")
(build-system python-build-system)
(inputs
`(("freetype" ,freetype)
- ("libjpeg" ,libjpeg)
+ ("libjpeg" ,libjpeg-turbo)
("libtiff" ,libtiff)
("python2-setuptools" ,python2-setuptools)
("zlib" ,zlib)))
@@ -667,7 +667,7 @@ capabilities to the Python interpreter.")
(inputs
`(("freetype" ,freetype)
("lcms" ,lcms) ; not fully supported
- ("libjpeg" ,libjpeg)
+ ("libjpeg" ,libjpeg-turbo)
("libtiff" ,libtiff)
("tcl" ,tcl)
("zlib" ,zlib)))