1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 19:40:46 +02:00

gnu: Define `native-search-paths' for Automake, Guile, and Python.

* gnu/packages/autotools.scm (automake)[native-search-paths]: New field.
* gnu/packages/guile.scm (guile-1.8)[native-search-paths]: New field.
  (guile-2.0)[native-search-paths]: New field.
* gnu/packages/python.scm (python)[native-search-paths]: New field.
This commit is contained in:
Ludovic Courtès 2013-03-30 22:50:45 +01:00
parent a18eda2747
commit 9be8d7c8cb
3 changed files with 22 additions and 0 deletions

View file

@ -43,6 +43,10 @@
`(("zlib" ,zlib)
("openssl" ,openssl)
("bzip2" ,bzip2)))
(native-search-paths
(list (search-path-specification
(variable "PYTHONPATH")
(directories '("lib/python2.7/site-packages")))))
(home-page "http://python.org")
(synopsis
"Python, a high-level dynamically-typed programming language")