3
0
Fork 0
forked from mirrors/nixpkgs

haskell-HFuse: update to version 0.2.4.3

This commit is contained in:
Peter Simons 2014-08-09 10:01:48 +02:00
parent 26291a1f85
commit 0288d83a71

View file

@ -4,8 +4,10 @@
cabal.mkDerivation (self: {
pname = "HFuse";
version = "0.2.4.2";
sha256 = "043f5x807h1dajd0bvmhln9pjkviszx1279m298w711mrszapqrq";
version = "0.2.4.3";
sha256 = "1daka673mx0gsnsa04pxani7n4wp93hflzxs3imzy4sgb30p7l01";
isLibrary = true;
isExecutable = true;
extraLibraries = [ fuse ];
preConfigure = ''
sed -i -e "s@ Extra-Lib-Dirs: /usr/local/lib@ Extra-Lib-Dirs: ${fuse}/lib@" HFuse.cabal