1d1d38a3b6
svn path=/nixpkgs/trunk/; revision=4183
11 lines
220 B
Bash
11 lines
220 B
Bash
source $stdenv/setup
|
|
|
|
export MOUNT_FUSE_PATH=$out/sbin
|
|
|
|
installPhase () {
|
|
# !!! quick hack to get fuse to install; it currently tries to
|
|
# install a device node /dev/fuse.
|
|
make install || true
|
|
}
|
|
|
|
genericBuild |