mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
gshogi: fix double wrapping (#349425)
This commit is contained in:
commit
467c797b15
@ -30,6 +30,12 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
pycairo
|
pycairo
|
||||||
];
|
];
|
||||||
|
|
||||||
|
dontWrapGApps = true;
|
||||||
|
|
||||||
|
preFixup = ''
|
||||||
|
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://johncheetham.com/projects/gshogi/";
|
homepage = "http://johncheetham.com/projects/gshogi/";
|
||||||
description = "Graphical implementation of the Shogi board game, also known as Japanese Chess";
|
description = "Graphical implementation of the Shogi board game, also known as Japanese Chess";
|
||||||
|
Loading…
Reference in New Issue
Block a user