Disable jdk override as openjdk8 is now default.

This commit is contained in:
Gabriel Ebner 2015-07-14 10:19:17 +02:00
parent e41a287050
commit 832b6deb89
1 changed files with 0 additions and 3 deletions

View File

@ -93,9 +93,6 @@
] ++ (with aspellDicts; [ en de fr nl ]); ] ++ (with aspellDicts; [ en de fr nl ]);
nixpkgs.config.packageOverrides = pkgs: rec { nixpkgs.config.packageOverrides = pkgs: rec {
# libreoffice = pkgs.libreoffice.override { jdk = pkgs.jdk; }; # reuse package cache
jre = pkgs.openjdk8;
jdk = pkgs.openjdk8;
i3 = pkgs.stdenv.lib.overrideDerivation pkgs.i3 (oldAttrs: { doCheck = false; }); i3 = pkgs.stdenv.lib.overrideDerivation pkgs.i3 (oldAttrs: { doCheck = false; });
}; };