gshogi: fix double wrapping

This commit is contained in:
Sandro Jäckel 2024-05-05 23:04:52 +02:00
parent d74e81202e
commit 79d29ca79e
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -30,6 +30,12 @@ python3.pkgs.buildPythonApplication rec {
pycairo
];
dontWrapGApps = true;
preFixup = ''
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';
meta = with lib; {
homepage = "http://johncheetham.com/projects/gshogi/";
description = "A graphical implementation of the Shogi board game, also known as Japanese Chess";