fontconfig: add 'configFile.<name>.target' option
This brings `fonts.fontconfig.configFile` in line with `home.file` and the like.
This commit is contained in:
committed by
Austin Horstman
parent
4666af39e9
commit
4ce682641d
@@ -29,6 +29,10 @@ in
|
||||
priority = 37;
|
||||
text = "";
|
||||
};
|
||||
target = {
|
||||
target = "target";
|
||||
text = "";
|
||||
};
|
||||
text.text = sampleText;
|
||||
source.source = sampleSource;
|
||||
};
|
||||
@@ -43,6 +47,8 @@ in
|
||||
|
||||
assertFileExists ${fcConfD}/37-hm-priority.conf
|
||||
|
||||
assertFileExists ${fcConfD}/target
|
||||
|
||||
assertFileExists ${fcConfD}/90-hm-text.conf
|
||||
assertFileContent ${fcConfD}/90-hm-text.conf \
|
||||
${builtins.toFile "sample-text-config" sampleText}
|
||||
|
||||
Reference in New Issue
Block a user