Merge pull request #76558 from Kiwi/simplenote-fix

simplenote: fix libstdc++ error
This commit is contained in:
worldofpeace
2019-12-26 18:58:13 -05:00
committed by GitHub

View File

@@ -87,6 +87,7 @@ let
postFixup = ''
makeWrapper $out/opt/Simplenote/simplenote $out/bin/simplenote \
--prefix LD_LIBRARY_PATH : "${stdenv.lib.makeLibraryPath [ stdenv.cc.cc ] }" \
"''${gappsWrapperArgs[@]}"
'';
};