Skip to content

Commit

Permalink
ocamlfuse: 2.7-3 -> 2.7.1_cvs5 (#29606)
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo authored and Mic92 committed Sep 21, 2017
1 parent 6bdabc7 commit 595d92e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pkgs/development/ocaml-modules/ocamlfuse/default.nix
@@ -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];
Expand All @@ -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 ];
};
}

0 comments on commit 595d92e

Please sign in to comment.