Add libreoffice.

This commit is contained in:
Gabriel Ebner 2015-05-21 19:07:54 +02:00
parent e6f7e52a90
commit 11c2143154

@ -71,7 +71,7 @@
androidsdk_4_4
gimp
inkscape
# libreoffice
libreoffice
jabref
# haskell dev
@ -81,6 +81,7 @@
];
nixpkgs.config.packageOverrides = pkgs: rec {
# libreoffice = pkgs.libreoffice.override { jdk = pkgs.jdk; }; # reuse package cache
jre = pkgs.openjdk8;
jdk = pkgs.openjdk8;
};