retroshare: fix build failure

Stijn DW 0781ee46 8bf3e834

+13
+12
pkgs/applications/networking/p2p/retroshare/cpp-filesystem.patch
··· 1 + diff --git a/libretroshare/src/util/rsdir.cc b/libretroshare/src/util/rsdir.cc 2 + index 8556b8198..d63699216 100644 3 + --- a/libretroshare/src/util/rsdir.cc 4 + +++ b/libretroshare/src/util/rsdir.cc 5 + @@ -47,6 +47,7 @@ 6 + 7 + #include <fstream> 8 + #include <stdexcept> 9 + +#include <filesystem> 10 + 11 + #if defined(WIN32) || defined(__CYGWIN__) 12 + #include "util/rsstring.h"
+1
pkgs/applications/networking/p2p/retroshare/default.nix
··· 19 19 # The build normally tries to get git sub-modules during build 20 20 # but we already have them checked out 21 21 ./no-submodules.patch 22 + ./cpp-filesystem.patch 22 23 ]; 23 24 24 25 nativeBuildInputs = [ pkg-config qmake cmake ];