about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2015-12-18 14:30:28 +0100
committerProfpatsch <mail@profpatsch.de>2015-12-18 14:55:30 +0100
commitc0a50406adbceda82650b15d371e176857659236 (patch)
treee69e92958efb32e696ceb2ecddacfa6b7a5433ad /machines/profpatsch
parent6cfd5636d2a820a5049d7b3cca063b106221f022 (diff)
katara: Remove lyx fuckery
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/katara.nix16
1 files changed, 1 insertions, 15 deletions
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