ulauncher: fix loading svg icons

This commit is contained in:
Jörg Thalheim 2021-09-26 11:05:22 +02:00 committed by Artturin
parent 546a756e68
commit 516570d972

View file

@ -33,6 +33,7 @@ python3Packages.buildPythonApplication rec {
distutils_extra distutils_extra
intltool intltool
wrapGAppsHook wrapGAppsHook
gdk-pixbuf
]; ];
buildInputs = [ buildInputs = [
@ -58,6 +59,7 @@ python3Packages.buildPythonApplication rec {
pyinotify pyinotify
python-Levenshtein python-Levenshtein
pyxdg pyxdg
pycairo
requests requests
websocket-client websocket-client
]; ];
@ -105,7 +107,10 @@ python3Packages.buildPythonApplication rec {
# do not double wrap # do not double wrap
dontWrapGApps = true; dontWrapGApps = true;
preFixup = '' preFixup = ''
makeWrapperArgs+=("''${gappsWrapperArgs[@]}" --prefix PATH : "${lib.makeBinPath [ wmctrl ]}") makeWrapperArgs+=(
"''${gappsWrapperArgs[@]}"
--prefix PATH : "${lib.makeBinPath [ wmctrl ]}"
)
''; '';
passthru = { passthru = {