minia: Initial packaging

This commit is contained in:
Tyson Whitehead
2019-03-15 10:27:20 -04:00
parent 99a1f1b32b
commit 5dac1b30ad
2 changed files with 27 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ self: super: pkgs: with pkgs; {
#meraculous = callPackage ./meraculous.nix { let stdenv49 = overrideCC stdenv gcc49; in stdenv = stdenv49; boost = boost159.override { stdenv = stdenv49 }; };
minia = callPackage ./minia.nix { };
inherit (callPackage ./opengl/default.nix { inherit super; }) mesa_noglu;
inherit (callPackages ./octopus/octopus.nix { stdenv = overrideCC stdenv gcc5; gfortran = gfortran5; }) octopus72;