Added Firefox-3b2 (still no idea why it crashes, though), fixed updated FUSE, made relfs_grant add user if none exists

svn path=/nixpkgs/trunk/; revision=9967
This commit is contained in:
Michael Raskin
2007-12-25 12:29:02 +00:00
parent 07eedae576
commit a7fada5648
6 changed files with 108 additions and 4 deletions
+5 -2
View File
@@ -1,4 +1,4 @@
{stdenv, fetchurl}:
args: with args;
stdenv.mkDerivation {
name = "fuse-2.7.2";
@@ -7,7 +7,10 @@ stdenv.mkDerivation {
url = mirror://sourceforge/fuse/fuse-2.7.2.tar.gz;
sha256 = "1zxssdiirf19mihbnxpy0kiix35d4256b9lani7qwqi7m940jfgv";
};
configureFlags = [ "--disable-kernel-module" ];
configureFlags = [ "--disable-kernel-module"];
buildInputs = [ utillinux ];
inherit utillinux;
meta = {
homepage = http://fuse.sourceforge.net/;