Fixed priority settings for GHCs; some minor fixes.

svn path=/nixpkgs/trunk/; revision=28450
This commit is contained in:
Andres Löh
2011-08-10 07:27:23 +00:00
parent b1ef3e6e36
commit 88feca4ee8
3 changed files with 35 additions and 4 deletions

View File

@@ -5,6 +5,11 @@ cabal.mkDerivation (self: {
version = "0.2.4";
sha256 = "1v3kfkm2rz7bvwk0j8p9rhnnsffbnkismnsq0fkgnzi5z0bz5sgv";
extraLibraries = [ fuse ];
preConfigure = ''
sed -i -e "s@ Extra-Lib-Dirs: /usr/local/lib@ Extra-Lib-Dirs: ${fuse}/lib@" HFuse.cabal
'';
meta = {
homepage = "https://github.com/realdesktop/hfuse";
description = "HFuse is a binding for the Linux FUSE library.";