ocamlPackages.ocamlfuse: 2.7.1_cvs8 -> 2.7.1_cvs9
Diff: https://github.com/astrada/ocamlfuse/compare/v2.7.1_cvs8...v2.7.1_cvs9
This commit is contained in:
parent
c5b5449229
commit
32c95ed9d5
1 changed files with 7 additions and 2 deletions
|
@ -2,15 +2,20 @@
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "ocamlfuse";
|
pname = "ocamlfuse";
|
||||||
version = "2.7.1_cvs8";
|
version = "2.7.1_cvs9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "astrada";
|
owner = "astrada";
|
||||||
repo = "ocamlfuse";
|
repo = "ocamlfuse";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-Cm9mdYzpKnYoNyAJvjJkiDBP/O4n1JiTkhXQO3w7+hA=";
|
hash = "sha256-cOObHUAYiI2mN1qjsxcK6kHAmawuaGQOUNHqWioIvjM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace lib/Fuse_main.c \
|
||||||
|
--replace-warn "<fuse_lowlevel.h>" "<fuse/fuse_lowlevel.h>"
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ camlidl ];
|
nativeBuildInputs = [ camlidl ];
|
||||||
buildInputs = [ dune-configurator ];
|
buildInputs = [ dune-configurator ];
|
||||||
propagatedBuildInputs = [ camlidl fuse ];
|
propagatedBuildInputs = [ camlidl fuse ];
|
||||||
|
|
Loading…
Reference in a new issue