From 64c2424851d4618d3f3ef79d943ef2384b7d0945 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 26 Feb 2016 06:54:49 +0100 Subject: machines/katare: tmp version of libreoffice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The newest update isn’t working, this is the commit before that copied over. --- machines/profpatsch/katara.nix | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'machines/profpatsch/katara.nix') diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix index 04fca550..1c6e1b03 100644 --- a/machines/profpatsch/katara.nix +++ b/machines/profpatsch/katara.nix @@ -5,6 +5,25 @@ let mytexlive = with pkgs.texlive; combine { inherit scheme-medium minted units collection-bibtexextra; }; + tmpLibreOffice = with pkgs; + callPackage ./libreoffice { + inherit (perlPackages) ArchiveZip CompressZlib; + inherit (gnome) GConf ORBit2 gnome_vfs; + zip = zip.override { enableNLS = false; }; + #glm = glm_0954; + bluez5 = bluez5_28; + fontsConf = makeFontsConf { + fontDirectories = [ + freefont_ttf xorg.fontmiscmisc xorg.fontbhttf + ]; + }; + clucene_core = clucene_core_2; + lcms = lcms2; + harfbuzz = harfbuzz.override { + withIcu = true; withGraphite2 = true; + }; + }; + in { config = rec { @@ -128,7 +147,9 @@ in { gimp # graphics gmpc # mpd client and best music player interface in the world httpie - libreoffice # a giant ball of C++, that sometimes helps with proprietary shitformats + # TMP + tmpLibreOffice + # libreoffice # a giant ball of C++, that sometimes helps with proprietary shitformats lilyterm # terminal emulator, best one around # lyx mytexlive # you didn’t see a thing mpv # you are my sun and my stars. and you play my stuff. -- cgit 1.4.1