gshogi: fix double wrapping
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user