mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
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
|
||||
"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)))
|
||||
|
|
Loading…
Reference in a new issue