Merge pull request #141987 from ius/terminator-icon

terminator: use `dontWrapGApps` to fix desktop icon
conduit-nginx
Michele Guerini Rocco 2021-10-21 01:32:09 +02:00 committed by GitHub
commit dca7532635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -56,6 +56,12 @@ python3.pkgs.buildPythonApplication rec {
doCheck = false;
dontWrapGApps = true;
preFixup = ''
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';
meta = with lib; {
description = "Terminal emulator with support for tiling and tabs";
longDescription = ''