2014-07-14 15:23:04 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2011-08-08 12:12:04 +00:00
|
|
|
{ cabal, fuse }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "HFuse";
|
2014-08-09 08:01:48 +00:00
|
|
|
version = "0.2.4.3";
|
|
|
|
sha256 = "1daka673mx0gsnsa04pxani7n4wp93hflzxs3imzy4sgb30p7l01";
|
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2011-08-09 23:00:20 +00:00
|
|
|
extraLibraries = [ fuse ];
|
2011-08-10 07:27:23 +00:00
|
|
|
preConfigure = ''
|
|
|
|
sed -i -e "s@ Extra-Lib-Dirs: /usr/local/lib@ Extra-Lib-Dirs: ${fuse}/lib@" HFuse.cabal
|
|
|
|
'';
|
2011-08-09 23:00:20 +00:00
|
|
|
meta = {
|
2014-07-03 14:59:40 +00:00
|
|
|
homepage = "https://github.com/m15k/hfuse";
|
2011-08-15 11:27:02 +00:00
|
|
|
description = "HFuse is a binding for the Linux FUSE library";
|
2011-08-09 23:00:20 +00:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2013-12-10 22:20:23 +00:00
|
|
|
platforms = self.stdenv.lib.platforms.linux;
|
2013-08-17 09:39:11 +00:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2011-08-09 23:00:20 +00:00
|
|
|
};
|
2011-08-08 12:12:04 +00:00
|
|
|
})
|