smbnetfs: remove stale substituteInPlace

This commit is contained in:
Sandro Jäckel 2021-02-18 16:58:55 +01:00
parent ec71872ea1
commit a9e1063a43
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -11,10 +11,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config autoconf ];
buildInputs = [ fuse samba glib attr libsecret ];
postPatch = ''
substituteInPlace src/function.c --replace "attr/xattr.h" "sys/xattr.h"
'';
meta = with lib; {
description = "A FUSE FS for mounting Samba shares";
maintainers = with maintainers; [ raskin ];