meraculous: Convert to new overlay system

This commit is contained in:
Tyson Whitehead
2018-01-18 00:21:17 -05:00
parent 8dda256fad
commit 99a331d613
2 changed files with 4 additions and 1 deletions

View File

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

View File

@@ -1,4 +1,5 @@
with import <nixpkgs> { };
{ stdenv, overrideCC, gcc49, fetchurl, makeWrapper, gzip, cmake
, boost159, perl, perlPackages, gnuplot }:
# gcc 5.x c++11 requires istream to be explicitly cast to bool