tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
retroshare: fix build failure
Stijn DW
2 years ago
0781ee46
8bf3e834
+13
2 changed files
expand all
collapse all
unified
split
pkgs
applications
networking
p2p
retroshare
cpp-filesystem.patch
default.nix
+12
pkgs/applications/networking/p2p/retroshare/cpp-filesystem.patch
···
1
1
+
diff --git a/libretroshare/src/util/rsdir.cc b/libretroshare/src/util/rsdir.cc
2
2
+
index 8556b8198..d63699216 100644
3
3
+
--- a/libretroshare/src/util/rsdir.cc
4
4
+
+++ b/libretroshare/src/util/rsdir.cc
5
5
+
@@ -47,6 +47,7 @@
6
6
+
7
7
+
#include <fstream>
8
8
+
#include <stdexcept>
9
9
+
+#include <filesystem>
10
10
+
11
11
+
#if defined(WIN32) || defined(__CYGWIN__)
12
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
22
+
./cpp-filesystem.patch
22
23
];
23
24
24
25
nativeBuildInputs = [ pkg-config qmake cmake ];