mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
haskell-HFuse: update to version 0.2.4.3
This commit is contained in:
parent
26291a1f85
commit
0288d83a71
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user