kicad: clarify wrapGAppsHook comment
This commit is contained in:
parent
b3e2b523e5
commit
e2fea84597
@ -81,8 +81,8 @@ stdenv.mkDerivation rec {
|
|||||||
++ optionals (scriptingSupport)
|
++ optionals (scriptingSupport)
|
||||||
[ python.pkgs.wrapPython ];
|
[ python.pkgs.wrapPython ];
|
||||||
|
|
||||||
# wrapGAppsHook added the equivalent to ${base}/share
|
# We are emulating wrapGAppsHook, along with other variables to the
|
||||||
# though i noticed no difference without it
|
# wrapper
|
||||||
makeWrapperArgs = with passthru.libraries; [
|
makeWrapperArgs = with passthru.libraries; [
|
||||||
"--prefix XDG_DATA_DIRS : ${base}/share"
|
"--prefix XDG_DATA_DIRS : ${base}/share"
|
||||||
"--prefix XDG_DATA_DIRS : ${hicolor-icon-theme}/share"
|
"--prefix XDG_DATA_DIRS : ${hicolor-icon-theme}/share"
|
||||||
|
Loading…
Reference in New Issue
Block a user