rstudio: supply missing #include <set>
This was only suceeding by accident, uncovered probably by boost update. https://hydra.nixos.org/build/228258786/nixlog/4/tail
This commit is contained in:
parent
74e5a1a56b
commit
16b32782b4
1 changed files with 2 additions and 0 deletions
|
@ -148,6 +148,8 @@ in
|
|||
|
||||
substituteInPlace src/cpp/session/include/session/SessionConstants.hpp \
|
||||
--replace '@pandoc@' ${pandoc}/bin/pandoc
|
||||
|
||||
sed '1i#include <set>' -i src/cpp/core/include/core/Thread.hpp
|
||||
'';
|
||||
|
||||
hunspellDictionaries = with lib; filter isDerivation (unique (attrValues hunspellDicts));
|
||||
|
|
Loading…
Reference in a new issue