Merge pull request #139517 from Mic92/ulauncher

authored by Artturi and committed by GitHub a87c4e00 9ad1239f

+6 -1
+6 -1
pkgs/applications/misc/ulauncher/default.nix
··· 33 distutils_extra 34 intltool 35 wrapGAppsHook 36 ]; 37 38 buildInputs = [ ··· 58 pyinotify 59 python-Levenshtein 60 pyxdg 61 requests 62 websocket-client 63 ]; ··· 105 # do not double wrap 106 dontWrapGApps = true; 107 preFixup = '' 108 - makeWrapperArgs+=("''${gappsWrapperArgs[@]}" --prefix PATH : "${lib.makeBinPath [ wmctrl ]}") 109 ''; 110 111 passthru = {
··· 33 distutils_extra 34 intltool 35 wrapGAppsHook 36 + gdk-pixbuf 37 ]; 38 39 buildInputs = [ ··· 59 pyinotify 60 python-Levenshtein 61 pyxdg 62 + pycairo 63 requests 64 websocket-client 65 ]; ··· 107 # do not double wrap 108 dontWrapGApps = true; 109 preFixup = '' 110 + makeWrapperArgs+=( 111 + "''${gappsWrapperArgs[@]}" 112 + --prefix PATH : "${lib.makeBinPath [ wmctrl ]}" 113 + ) 114 ''; 115 116 passthru = {