forked from mirrors/nixpkgs
commit
9bc5c624e5
|
@ -11,6 +11,10 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ pkgconfig autoconf ];
|
||||
buildInputs = [ fuse samba glib attr libsecret ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace src/function.c --replace "attr/xattr.h" "sys/xattr.h"
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A FUSE FS for mounting Samba shares";
|
||||
maintainers = with maintainers; [ raskin ];
|
||||
|
|
Loading…
Reference in a new issue