fuse: Minor cleanup
This commit is contained in:
parent
e0078b2cb5
commit
45338a3077
@ -3,11 +3,8 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "fuse-${version}";
|
||||
|
||||
version = "2.9.7";
|
||||
|
||||
#builder = ./builder.sh;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "libfuse";
|
||||
repo = "libfuse";
|
||||
@ -17,8 +14,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ utillinux autoconf automake libtool gettext ];
|
||||
|
||||
inherit utillinux;
|
||||
|
||||
preConfigure =
|
||||
''
|
||||
export MOUNT_FUSE_PATH=$out/sbin
|
||||
|
Loading…
x
Reference in New Issue
Block a user