Merge pull request #76558 from Kiwi/simplenote-fix
simplenote: fix libstdc++ error
This commit is contained in:
commit
ab322bb4fc
@ -87,6 +87,7 @@ let
|
|||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
makeWrapper $out/opt/Simplenote/simplenote $out/bin/simplenote \
|
makeWrapper $out/opt/Simplenote/simplenote $out/bin/simplenote \
|
||||||
|
--prefix LD_LIBRARY_PATH : "${stdenv.lib.makeLibraryPath [ stdenv.cc.cc ] }" \
|
||||||
"''${gappsWrapperArgs[@]}"
|
"''${gappsWrapperArgs[@]}"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user