upgrade nixos, teamspeak nextcloud

This commit is contained in:
stubbfel
2018-10-26 01:28:24 +02:00
parent 3891bdca58
commit 037f15e237
4 changed files with 56 additions and 6 deletions

View File

@@ -74,7 +74,7 @@ calibreWithRecipes = pkgs.calibre.overrideAttrs (oldAttrs: rec {
buildInputs = (remove pkgs.python2Packages.odfpy oldAttrs.buildInputs) ++ [odfpyNoTest];
# patches = oldAttrs.patches ++ [./calibre-disable_plugins.patch];
patches = [./calibre-disable_plugins.patch];
# patches = [./calibre-disable_plugins.patch];
});