ocamlfuse: 2.7-3 -> 2.7.1_cvs5 (#29606)
This commit is contained in:
parent
6bdabc7752
commit
595d92eb7a
@ -1,12 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub, ocaml, camlidl, fuse, findlib }:
|
{ stdenv, fetchFromGitHub, ocaml, camlidl, fuse, findlib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ocamlfuse-2.7-3";
|
name = "ocamlfuse-${version}";
|
||||||
|
version = "2.7.1_cvs5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "astrada";
|
owner = "astrada";
|
||||||
repo = "ocamlfuse";
|
repo = "ocamlfuse";
|
||||||
rev = "a085349685758668854499ce6c1fc00c83a5c23b";
|
rev = "v${version}";
|
||||||
sha256 = "1pyml2ay5wab1blwpzrv1r6lnycm000jk6aar8i9fkdnh15sa6c3";
|
sha256 = "01ayw2hzpxan95kncbxh9isj9g149cs8scq3xim1vy8bz085wb0m";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ocaml findlib];
|
buildInputs = [ocaml findlib];
|
||||||
@ -18,9 +20,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://sourceforge.net/projects/ocamlfuse;
|
homepage = http://sourceforge.net/projects/ocamlfuse;
|
||||||
|
description = "OCaml bindings for FUSE";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
description = "ocaml binding for fuse";
|
|
||||||
maintainers = with stdenv.lib.maintainers; [ bennofs ];
|
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
maintainers = with stdenv.lib.maintainers; [ bennofs ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user