gnu: graphite2: Do not alter PYTHONPATH.

* gnu/packages/fontutils.scm (graphite2)[arguments]: Remove field.
This commit is contained in:
Maxim Cournoyer 2021-01-23 00:57:26 -05:00
parent 3d9e8062bf
commit 96bc1b499f
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -514,17 +514,6 @@ (define-public graphite2
(base32
"01jzhwnj1c3d68dmw15jdxly0hwkmd8ja4kw755rbkykn1ly2qyx"))))
(build-system cmake-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
(add-after 'unpack 'adjust-test-PYTHONPATH
(lambda _
;; Tell the build system not to override PYTHONPATH
;; while running the Python tests.
(substitute* "Graphite.cmake"
(("ENVIRONMENT PYTHONPATH=")
(string-append "ENVIRONMENT PYTHONPATH="
(getenv "PYTHONPATH") ":")))
#t)))))
(native-inputs
`(("python" ,python)
("python-fonttools" ,python-fonttools)))