blast, minia, pythonPackages.vtk: Upstream now
This commit is contained in:
@@ -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; };
|
||||
|
||||
Reference in New Issue
Block a user