mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-10 16:50:43 +02:00
search-paths: $Add XDG_DATA_DIRS.
Change-Id: Ibc0202481fd4c2a892312d1941e938f7c1f32aa0
This commit is contained in:
parent
00d42f6b3f
commit
2fa43fccb7
1 changed files with 6 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
|||
$SSL_CERT_FILE
|
||||
$TZDIR
|
||||
$SGML_CATALOG_FILES
|
||||
$XDG_DATA_DIRS
|
||||
$XML_CATALOG_FILES
|
||||
|
||||
%gcc-search-paths
|
||||
|
@ -196,6 +197,11 @@
|
|||
(file-pattern "^catalog\\.xml$")
|
||||
(file-type 'regular)))
|
||||
|
||||
(define $XDG_DATA_DIRS
|
||||
(search-path-specification
|
||||
(variable "XDG_DATA_DIRS")
|
||||
(files '("share"))))
|
||||
|
||||
(define %libxslt-search-paths
|
||||
(list $SGML_CATALOG_FILES $XML_CATALOG_FILES))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue