mfix: Initial packaging

This commit is contained in:
Tyson Whitehead
2019-12-20 15:42:59 -05:00
parent d6e2d42354
commit 15c45abf09
3 changed files with 167 additions and 0 deletions

View File

@@ -30,6 +30,9 @@ self: super: pkgs: with pkgs; {
#meraculous = callPackage ./meraculous.nix { let stdenv49 = overrideCC stdenv gcc49; in stdenv = stdenv49; boost = boost159.override { stdenv = stdenv49 }; };
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;