blast, minia, pythonPackages.vtk: Upstream now

This commit is contained in:
Tyson Whitehead
2021-01-21 11:52:46 -05:00
parent f949d4e2b6
commit 4c6a34535b
5 changed files with 0 additions and 132 deletions

View File

@@ -4,11 +4,6 @@
#
self: super: pkgs: with pkgs; {
blast = callPackage ./blast {
stdenv = overrideCC stdenv gcc5;
boost = boost162;
};
cloudcompare = libsForQt5.callPackage ./cloudcompare.nix { boost = boost15x; };
fastqc = callPackage ./fastqc.nix { };
@@ -26,8 +21,6 @@ self: super: pkgs: with pkgs; {
mfixgui = python36Packages.callPackage ./mfix/mfixgui.nix { };
mfixsolver = callPackage ./mfix/mfixsolver.nix { };
minia = callPackage ./minia.nix { };
inherit (callPackage ./opengl/default.nix { inherit super; }) libGL mesa_glxgallium;
openfoam = callPackage ./openfoam { stdenv = overrideCC stdenv gcc7; };