obliv-c: 0.0pre20170827 -> 0.0pre20180624
This commit is contained in:
parent
18006f8edc
commit
38fafd1ed1
|
@ -1,15 +1,15 @@
|
||||||
{ stdenv, libgcrypt, fetchFromGitHub, ocamlPackages, perl }:
|
{ stdenv, libgcrypt, fetchFromGitHub, ocamlPackages, perl }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "obliv-c-${version}";
|
name = "obliv-c-${version}";
|
||||||
version = "0.0pre20170827";
|
version = "0.0pre20180624";
|
||||||
buildInputs = [ perl ]
|
buildInputs = [ perl ]
|
||||||
++ (with ocamlPackages; [ ocaml findlib ocamlbuild ]);
|
++ (with ocamlPackages; [ ocaml findlib ocamlbuild ]);
|
||||||
propagatedBuildInputs = [ libgcrypt ];
|
propagatedBuildInputs = [ libgcrypt ];
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "samee";
|
owner = "samee";
|
||||||
repo = "obliv-c";
|
repo = "obliv-c";
|
||||||
rev = "9a6be5a5f44d341bc357055e11922f6a4c4c3b65";
|
rev = "3d6804ca0fd85868207a0ccbd2509ec064723ac2";
|
||||||
sha256 = "0jz2ayadx62zv2b5ji947bkvw63axl4a2q70lwli86zgmcl390gf";
|
sha256 = "1ib21ngn7zr58xxq4sjigrpaxb0wx35x3k9l4qvwflzrmvnman20";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./ignore-complex-float128.patch ];
|
patches = [ ./ignore-complex-float128.patch ];
|
||||||
|
|
Loading…
Reference in New Issue