Unverified Commit 467c797b authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

gshogi: fix double wrapping (#349425)

parents 4edb597b 79d29ca7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -30,6 +30,12 @@ python3.pkgs.buildPythonApplication rec {
    pycairo
  ];

  dontWrapGApps = true;

  preFixup = ''
    makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
  '';

  meta = with lib; {
    homepage = "http://johncheetham.com/projects/gshogi/";
    description = "Graphical implementation of the Shogi board game, also known as Japanese Chess";