hedgewars: portability is limited by fpc
This commit is contained in:
parent
f5865286fd
commit
977ccbf6bf
@ -2968,7 +2968,6 @@ unsupported-platforms:
|
|||||||
gtk-sni-tray: [ x86_64-darwin ]
|
gtk-sni-tray: [ x86_64-darwin ]
|
||||||
haskell-snake: [ x86_64-darwin ]
|
haskell-snake: [ x86_64-darwin ]
|
||||||
hcwiid: [ x86_64-darwin ]
|
hcwiid: [ x86_64-darwin ]
|
||||||
hedgewars: [ x86_64-darwin ]
|
|
||||||
HFuse: [ x86_64-darwin ]
|
HFuse: [ x86_64-darwin ]
|
||||||
hidapi: [ x86_64-darwin ]
|
hidapi: [ x86_64-darwin ]
|
||||||
hommage-ds: [ i686-linux, x86_64-linux, x86_64-darwin, aarch64-linux, armv7l-linux ]
|
hommage-ds: [ i686-linux, x86_64-linux, x86_64-darwin, aarch64-linux, armv7l-linux ]
|
||||||
|
@ -102,6 +102,6 @@ mkDerivation rec {
|
|||||||
hedgehog or hedgehogs after a player's or CPU turn is shown only when
|
hedgehog or hedgehogs after a player's or CPU turn is shown only when
|
||||||
all movement on the battlefield has ceased).'';
|
all movement on the battlefield has ceased).'';
|
||||||
maintainers = with maintainers; [ kragniz fpletz ];
|
maintainers = with maintainers; [ kragniz fpletz ];
|
||||||
inherit (ghc.meta) platforms;
|
inherit (fpc.meta) platforms;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user