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