summary refs log tree commit diff
path: root/pkgs/development/tools/haskell/bnfc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/haskell/bnfc/default.nix')
-rw-r--r--pkgs/development/tools/haskell/bnfc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/haskell/bnfc/default.nix b/pkgs/development/tools/haskell/bnfc/default.nix
index 7f7ba00c056e..767f1778138b 100644
--- a/pkgs/development/tools/haskell/bnfc/default.nix
+++ b/pkgs/development/tools/haskell/bnfc/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
 
   meta = {
     description = "Compiler construction tool generating a compiler front-end from a Labelled BNF grammar";
-    platforms = stdenv.lib.platforms.haskellPlatforms;
+    platforms = ghc.meta.platforms;
     maintainers = [ stdenv.lib.maintainers.simons ];
   };
 }