Skip to content

Commit

Permalink
Merge pull request #76558 from Kiwi/simplenote-fix
Browse files Browse the repository at this point in the history
simplenote: fix libstdc++ error
  • Loading branch information
worldofpeace committed Dec 26, 2019
2 parents a10ba57 + cc20373 commit ab322bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/misc/simplenote/default.nix
Expand Up @@ -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[@]}"
'';
};
Expand Down

0 comments on commit ab322bb

Please sign in to comment.