Add libreoffice.
This commit is contained in:
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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user