We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<algorithm>
2 parents add1b1b + 7ab8b82 commit d6975bbCopy full SHA for d6975bb
pkgs/by-name/us/usbmuxd2/package.nix
@@ -53,6 +53,9 @@ clangStdenv.mkDerivation rec {
53
postPatch = ''
54
# Checking for libgeneral version still fails
55
sed -i 's/libgeneral >= $LIBGENERAL_MINVERS_STR/libgeneral/' configure.ac
56
+
57
+ # Otherwise, it will complain about no matching function for call to 'find'
58
+ sed -i 1i'#include <algorithm>' usbmuxd2/Muxer.cpp
59
'';
60
61
nativeBuildInputs = [
0 commit comments