summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-05 22:45:52 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-05 22:45:52 +0200
commit977ccbf6bf39dbc81a5463c012a214bfe1dfb001 (patch)
tree651ebe43dcd59f1bb1240d29d0bcf1727211a299
parentf5865286fd4a0bd24086b39c0d41d351c1e270fa (diff)
downloadnixpkgs-977ccbf6bf39dbc81a5463c012a214bfe1dfb001.tar
nixpkgs-977ccbf6bf39dbc81a5463c012a214bfe1dfb001.tar.gz
nixpkgs-977ccbf6bf39dbc81a5463c012a214bfe1dfb001.tar.bz2
nixpkgs-977ccbf6bf39dbc81a5463c012a214bfe1dfb001.tar.lz
nixpkgs-977ccbf6bf39dbc81a5463c012a214bfe1dfb001.tar.xz
nixpkgs-977ccbf6bf39dbc81a5463c012a214bfe1dfb001.tar.zst
nixpkgs-977ccbf6bf39dbc81a5463c012a214bfe1dfb001.zip
hedgewars: portability is limited by fpc
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix.yaml1
-rw-r--r--pkgs/games/hedgewars/default.nix2
2 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
index be2dc3c5090..db102aeb9d8 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
@@ -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 ]
diff --git a/pkgs/games/hedgewars/default.nix b/pkgs/games/hedgewars/default.nix
index ea714d8bc7c..8682668d396 100644
--- a/pkgs/games/hedgewars/default.nix
+++ b/pkgs/games/hedgewars/default.nix
@@ -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;
   };
 }