mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
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.mkDerivation rec {
|
||||
name = "ocamlfuse-2.7-3";
|
||||
name = "ocamlfuse-${version}";
|
||||
version = "2.7.1_cvs5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "astrada";
|
||||
repo = "ocamlfuse";
|
||||
rev = "a085349685758668854499ce6c1fc00c83a5c23b";
|
||||
sha256 = "1pyml2ay5wab1blwpzrv1r6lnycm000jk6aar8i9fkdnh15sa6c3";
|
||||
rev = "v${version}";
|
||||
sha256 = "01ayw2hzpxan95kncbxh9isj9g149cs8scq3xim1vy8bz085wb0m";
|
||||
};
|
||||
|
||||
buildInputs = [ocaml findlib];
|
||||
|
@ -18,9 +20,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
homepage = http://sourceforge.net/projects/ocamlfuse;
|
||||
description = "OCaml bindings for FUSE";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
description = "ocaml binding for fuse";
|
||||
maintainers = with stdenv.lib.maintainers; [ bennofs ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ bennofs ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue