lol

libreoffice: Taking a fix from BLFS for using Glibc 2.23 (isnan is not std::isnan)

+3
+3
pkgs/applications/office/libreoffice/default.nix
··· 106 106 patchShebangs . 107 107 # It is used only as an indicator of the proper current directory 108 108 touch solenv/inc/target.mk 109 + 110 + # BLFS patch for Glibc 2.23 renaming isnan 111 + sed -ire "s@isnan@std::&@g" xmloff/source/draw/ximp3dscene.cxx 109 112 ''; 110 113 111 114 # fetch_Download_item tries to interpret the name as a variable name