From c0a50406adbceda82650b15d371e176857659236 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 18 Dec 2015 14:30:28 +0100 Subject: katara: Remove lyx fuckery --- machines/profpatsch/katara.nix | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'machines/profpatsch') diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix index 50523708..af1db3f3 100644 --- a/machines/profpatsch/katara.nix +++ b/machines/profpatsch/katara.nix @@ -8,19 +8,6 @@ let mytexlive = with pkgs.texlive; combine { inherit scheme-medium minted units collection-bibtexextra; }; - mylyx = with pkgs; stdenv.mkDerivation rec { - name = "mylyx"; - src = pkgs.lyx; - buildInputs = [ makeWrapper ]; - installPhase = '' - mkdir -p $out/bin - cd $out/bin - ln -s ${src}/bin/lyx - wrapProgram $out/bin/lyx \ - --set TEXMFDIST ${mytexlive}/texmf-dist - ''; - }; - in { config = rec { @@ -154,8 +141,7 @@ in { keepassx libreoffice lilyterm - # (lyx.overrideDerivation (old: { buildInputs = old.buildInputs ++ /*packages*/ lib.singleton mytexlive; })) - lyx mytexlive #mylyx mytexlive + # lyx mytexlive mpv newsbeuter audacity lame -- cgit 1.4.1