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:
Vladimír Čunát 2023-07-23 16:35:34 +02:00
parent 74e5a1a56b
commit 16b32782b4
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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));