kicad: clarify wrapGAppsHook comment

This commit is contained in:
Matt Huszagh 2020-10-10 14:49:46 -07:00
parent b3e2b523e5
commit e2fea84597

View file

@ -81,8 +81,8 @@ stdenv.mkDerivation rec {
++ optionals (scriptingSupport)
[ python.pkgs.wrapPython ];
# wrapGAppsHook added the equivalent to ${base}/share
# though i noticed no difference without it
# We are emulating wrapGAppsHook, along with other variables to the
# wrapper
makeWrapperArgs = with passthru.libraries; [
"--prefix XDG_DATA_DIRS : ${base}/share"
"--prefix XDG_DATA_DIRS : ${hicolor-icon-theme}/share"