about summary refs log tree commit diff
path: root/pkgs/development/libraries/fontconfig
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2014-12-08 10:54:24 -0600
committerThomas Tuegel <ttuegel@gmail.com>2014-12-08 10:55:24 -0600
commit322bb7a67b273154c4d5a4d264d9784960698b74 (patch)
treeb5006da455c665c0efbb64aa14af1d6e94734200 /pkgs/development/libraries/fontconfig
parent9707ffd97302bc3f4426745e9c053ce44b8be20b (diff)
downloadnixlib-322bb7a67b273154c4d5a4d264d9784960698b74.tar
nixlib-322bb7a67b273154c4d5a4d264d9784960698b74.tar.gz
nixlib-322bb7a67b273154c4d5a4d264d9784960698b74.tar.bz2
nixlib-322bb7a67b273154c4d5a4d264d9784960698b74.tar.lz
nixlib-322bb7a67b273154c4d5a4d264d9784960698b74.tar.xz
nixlib-322bb7a67b273154c4d5a4d264d9784960698b74.tar.zst
nixlib-322bb7a67b273154c4d5a4d264d9784960698b74.zip
fontconfig: include user config through NixOS module
Diffstat (limited to 'pkgs/development/libraries/fontconfig')
-rw-r--r--pkgs/development/libraries/fontconfig/make-fonts-conf.xsl2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/libraries/fontconfig/make-fonts-conf.xsl b/pkgs/development/libraries/fontconfig/make-fonts-conf.xsl
index 03f7815e38ad..1b79834c894e 100644
--- a/pkgs/development/libraries/fontconfig/make-fonts-conf.xsl
+++ b/pkgs/development/libraries/fontconfig/make-fonts-conf.xsl
@@ -27,8 +27,6 @@
       <include><xsl:value-of select="$fontconfig" />/etc/fonts/conf.d</include>
       <!-- versioned system-wide config -->
       <include ignore_missing="yes">/etc/fonts/<xsl:value-of select="$fontconfigConfigVersion" />/conf.d</include>
-      <!-- look into user config -->
-      <include prefix="xdg" ignore_missing="yes">fontconfig/conf.d</include>
 
       <!-- the first cachedir will be used to store the cache -->
       <cachedir prefix="xdg">fontconfig</cachedir>