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,11 +1,11 @@
|
|||||||
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";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = https://github.com/msoos/cryptominisat/archive/4.5.3.tar.gz;
|
url = https://github.com/msoos/cryptominisat/archive/4.5.3.tar.gz;
|
||||||
sha256 = "0k7blcphchn7pbandbar45zp2i3xrgcayiysv9lc6kbk4l7a4k8i";
|
sha256 = "0k7blcphchn7pbandbar45zp2i3xrgcayiysv9lc6kbk4l7a4k8i";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
Reference in New Issue
Block a user