mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Oops, actually use proper mdds for libreoffice-still
This commit is contained in:
parent
7b8bd1779e
commit
bb4884bb32
1 changed files with 1 additions and 1 deletions
|
@ -13706,7 +13706,6 @@ in
|
|||
inherit (gnome) GConf ORBit2 gnome_vfs;
|
||||
inherit (gnome3) gsettings_desktop_schemas defaultIconTheme;
|
||||
zip = zip.override { enableNLS = false; };
|
||||
mdds = mdds_0_12_1;
|
||||
bluez5 = bluez5_28;
|
||||
fontsConf = makeFontsConf {
|
||||
fontDirectories = [
|
||||
|
@ -13732,6 +13731,7 @@ in
|
|||
freefont_ttf xorg.fontmiscmisc xorg.fontbhttf
|
||||
];
|
||||
};
|
||||
mdds = mdds_0_12_1;
|
||||
clucene_core = clucene_core_2;
|
||||
lcms = lcms2;
|
||||
harfbuzz = harfbuzz.override {
|
||||
|
|
Loading…
Reference in a new issue