openfoam: Convert to new overlay system

This commit is contained in:
Tyson Whitehead
2018-01-18 00:22:02 -05:00
parent 99a331d613
commit ad0a5b2336
2 changed files with 5 additions and 1 deletions

View File

@@ -5,4 +5,6 @@ self: pkgs: with pkgs; {
firedrake = callPackage ./firedrake { };
meraculous = callPackage ./meraculous.nix { };
openfoam = callPackage ./openfoam.nix { };
}

View File

@@ -1,4 +1,6 @@
with import <nixpkgs> {};
{ stdenv, fetchurl, makeWrapper, flex, bison
, zlib, boost, openmpi, readline, gperftools, cgal, metis, scotch, mpfr }:
stdenv.mkDerivation rec {
version = "4.0";