summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-08-19 13:14:07 +0300
committerNikolay Amiantov <ab@fmap.me>2016-08-20 03:21:05 +0300
commite3ab0826c2139253dc1717b8cff9aae599db2432 (patch)
treea2641a24e30f7b3fd5990523af1026d1442b13de /nixos/modules/rename.nix
parent4114cf9c6c184d72d51260caa6ad0e11984fee0b (diff)
downloadnixlib-e3ab0826c2139253dc1717b8cff9aae599db2432.tar
nixlib-e3ab0826c2139253dc1717b8cff9aae599db2432.tar.gz
nixlib-e3ab0826c2139253dc1717b8cff9aae599db2432.tar.bz2
nixlib-e3ab0826c2139253dc1717b8cff9aae599db2432.tar.lz
nixlib-e3ab0826c2139253dc1717b8cff9aae599db2432.tar.xz
nixlib-e3ab0826c2139253dc1717b8cff9aae599db2432.tar.zst
nixlib-e3ab0826c2139253dc1717b8cff9aae599db2432.zip
fontconfig-ultimate: 2015-12-06 -> 2016-04-23
This removes our hardcoded presets which weren't updated for quite some time.
Infinality now has new hardcoded presets in freetype, which can be overriden if
desired with environment variables (as before). Accordingly, updated NixOS
module to set the hardcoded preset.

Additionally used a more "right" type for substitutions.
Diffstat (limited to 'nixos/modules/rename.nix')
-rw-r--r--nixos/modules/rename.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix
index 3f8a770cbce7..3caac6c4ee60 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -137,6 +137,9 @@ with lib;
     # Unity3D
     (mkRenamedOptionModule [ "programs" "unity3d" "enable" ] [ "security" "chromiumSuidSandbox" "enable" ])
 
+    # fontconfig-ultimate
+    (mkRenamedOptionModule [ "fonts" "fontconfig" "ultimate" "rendering" ] [ "fonts" "fontconfig" "ultimate" "preset" ])
+
     # Options that are obsolete and have no replacement.
     (mkRemovedOptionModule [ "boot" "initrd" "luks" "enable" ])
     (mkRemovedOptionModule [ "programs" "bash" "enable" ])