gnu: graphite2: Do not alter PYTHONPATH.
* gnu/packages/fontutils.scm (graphite2)[arguments]: Remove field.
This commit is contained in:
parent
3d9e8062bf
commit
96bc1b499f
1 changed files with 0 additions and 11 deletions
|
@ -514,17 +514,6 @@ (define-public graphite2
|
||||||
(base32
|
(base32
|
||||||
"01jzhwnj1c3d68dmw15jdxly0hwkmd8ja4kw755rbkykn1ly2qyx"))))
|
"01jzhwnj1c3d68dmw15jdxly0hwkmd8ja4kw755rbkykn1ly2qyx"))))
|
||||||
(build-system cmake-build-system)
|
(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
|
(native-inputs
|
||||||
`(("python" ,python)
|
`(("python" ,python)
|
||||||
("python-fonttools" ,python-fonttools)))
|
("python-fonttools" ,python-fonttools)))
|
||||||
|
|
Loading…
Reference in a new issue