cryptominisat: Convert to new overlays system

This commit is contained in:
Tyson Whitehead
2018-01-18 00:13:43 -05:00
parent 24255eab8d
commit d4dd6ff700
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -1,4 +1,4 @@
with import <nixpkgs> {};
{ stdenv, fetchurl, cmake, zlib, sqlite, boost, python27, vim }:
stdenv.mkDerivation {
name = "cryptominisat-4.5.3";