mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
* FUSE 2.6.1.
svn path=/nixpkgs/trunk/; revision=7540
This commit is contained in:
parent
0b587d5ddf
commit
2101b16d47
@ -1,11 +1,7 @@
|
||||
source $stdenv/setup
|
||||
|
||||
export MOUNT_FUSE_PATH=$out/sbin
|
||||
export INIT_D_PATH=$out/etc/init.d
|
||||
export UDEV_RULES_PATH=$out/etc/udev/rules.d
|
||||
|
||||
installPhase () {
|
||||
# !!! quick hack to get fuse to install; it currently tries to
|
||||
# install a device node /dev/fuse.
|
||||
make install || true
|
||||
}
|
||||
|
||||
genericBuild
|
||||
genericBuild
|
||||
|
@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "fuse-2.4.1";
|
||||
name = "fuse-2.6.1";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/fuse-2.4.1.tar.gz;
|
||||
md5 = "553bd9c5a4f3cd27f3e2b93844711e4c";
|
||||
url = http://heanet.dl.sourceforge.net/sourceforge/fuse/fuse-2.6.1.tar.gz;
|
||||
md5 = "13e1873086a1d7a95f470bbc7428c528";
|
||||
};
|
||||
configureFlags = [ "--disable-kernel-module" ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user