temporary: Drop workarounds for previous upstream version

This commit is contained in:
Tyson Whitehead
2018-11-28 20:10:21 -05:00
parent e20980dd84
commit adaf5a1a03
13 changed files with 0 additions and 653 deletions

View File

@@ -17,10 +17,6 @@ self: super: pkgs: with pkgs; {
];
} );
# tensorflow requires cudatoolkit90
inherit (callPackages ./tf-cudatoolkit.nix { }) cudatoolkit90;
inherit (callPackages ./tf-cudnn.nix { }) cudnn_cudatoolkit90;
# https://github.com/NixOS/nixpkgs/issues/44426
python27 = super.python27.override { packageOverrides = pythonOverrides; };
python34 = super.python34.override { packageOverrides = pythonOverrides; };