cryptominisat: Convert to new overlays system
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
self: pkgs: with pkgs; {
|
self: pkgs: with pkgs; {
|
||||||
|
|
||||||
|
cryptominisat = callPackage ./cryptominisat.nix { };
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
with import <nixpkgs> {};
|
{ stdenv, fetchurl, cmake, zlib, sqlite, boost, python27, vim }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "cryptominisat-4.5.3";
|
name = "cryptominisat-4.5.3";
|
||||||
Reference in New Issue
Block a user