summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-11-21 08:30:00 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-11-29 10:48:52 +0100
commitd5ce08c1f91949bc90faca63168e762ec89682f6 (patch)
tree06123dd770e25f10b48dca985c4595773aee7fe4 /pkgs/applications/office
parent82cf3b9317af9ef14961f082d624fb94b0226d74 (diff)
libreoffice: improve codec support
Right now libreoffice cannot play mp4/h264 videos, which is needed if your $genius professor publishes lectures as powerpoint with embedded videos.
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/libreoffice/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/applications/office/libreoffice/default.nix b/pkgs/applications/office/libreoffice/default.nix
index e0399a0cdf66..e11aea576e97 100644
--- a/pkgs/applications/office/libreoffice/default.nix
+++ b/pkgs/applications/office/libreoffice/default.nix
@@ -409,7 +409,11 @@ in (mkDrv rec {
librevenge libe-book libmwaw glm ncurses epoxy
libodfgen CoinMP librdf_rasqal gnome3.adwaita-icon-theme gettext
]
- ++ (with gst_all_1; [ gstreamer gst-plugins-base gst-plugins-good ])
+ ++ (with gst_all_1; [
+ gstreamer
+ gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly
+ gst-libav
+ ])
++ lib.optional kdeIntegration [ qtbase qtx11extras kcoreaddons kio ];
passthru = {