haskell-HFuse: update to version 0.2.4.2
This commit is contained in:
parent
961cefe814
commit
8aa3b656e5
@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "HFuse";
|
pname = "HFuse";
|
||||||
version = "0.2.4.1";
|
version = "0.2.4.2";
|
||||||
sha256 = "12k04dvh92kk2i68bcb70xnk378qxmh46f241k06di5rkcgwyg1k";
|
sha256 = "043f5x807h1dajd0bvmhln9pjkviszx1279m298w711mrszapqrq";
|
||||||
extraLibraries = [ fuse ];
|
extraLibraries = [ fuse ];
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
sed -i -e "s@ Extra-Lib-Dirs: /usr/local/lib@ Extra-Lib-Dirs: ${fuse}/lib@" HFuse.cabal
|
sed -i -e "s@ Extra-Lib-Dirs: /usr/local/lib@ Extra-Lib-Dirs: ${fuse}/lib@" HFuse.cabal
|
||||||
sed -i -e "s@ Include-Dirs: /usr/include, /usr/local/include, .@ Include-Dirs: ${fuse}/include@" HFuse.cabal
|
|
||||||
sed -i -e "s/LANGUAGE FlexibleContexts/LANGUAGE FlexibleContexts, RankNTypes/" System/Fuse.hsc
|
sed -i -e "s/LANGUAGE FlexibleContexts/LANGUAGE FlexibleContexts, RankNTypes/" System/Fuse.hsc
|
||||||
sed -i -e "s/E(Exception/E(catch, Exception, IOException/" System/Fuse.hsc
|
sed -i -e "s/E(Exception/E(catch, Exception, IOException/" System/Fuse.hsc
|
||||||
sed -i -e "s/IO(catch,/IO(/" System/Fuse.hsc
|
sed -i -e "s/IO(catch,/IO(/" System/Fuse.hsc
|
||||||
@ -15,7 +14,7 @@ cabal.mkDerivation (self: {
|
|||||||
sed -i -e "s/const exitFailure/\\\\(_ :: IOException) -> exitFailure/" System/Fuse.hsc
|
sed -i -e "s/const exitFailure/\\\\(_ :: IOException) -> exitFailure/" System/Fuse.hsc
|
||||||
'';
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/toothbrush/hfuse";
|
homepage = "https://github.com/m15k/hfuse";
|
||||||
description = "HFuse is a binding for the Linux FUSE library";
|
description = "HFuse is a binding for the Linux FUSE library";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.stdenv.lib.platforms.linux;
|
platforms = self.stdenv.lib.platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user