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:
@@ -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/;
|
||||
|
||||
Reference in New Issue
Block a user