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