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
commit ab322bb4fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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[@]}"
'';
};