hedgewars: portability is limited by fpc

This commit is contained in:
sternenseemann 2021-05-05 22:45:52 +02:00
parent f5865286fd
commit 977ccbf6bf
2 changed files with 1 additions and 2 deletions

View file

@ -2968,7 +2968,6 @@ unsupported-platforms:
gtk-sni-tray: [ x86_64-darwin ]
haskell-snake: [ x86_64-darwin ]
hcwiid: [ x86_64-darwin ]
hedgewars: [ x86_64-darwin ]
HFuse: [ x86_64-darwin ]
hidapi: [ x86_64-darwin ]
hommage-ds: [ i686-linux, x86_64-linux, x86_64-darwin, aarch64-linux, armv7l-linux ]

View file

@ -102,6 +102,6 @@ mkDerivation rec {
hedgehog or hedgehogs after a player's or CPU turn is shown only when
all movement on the battlefield has ceased).'';
maintainers = with maintainers; [ kragniz fpletz ];
inherit (ghc.meta) platforms;
inherit (fpc.meta) platforms;
};
}