summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/gamma/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/gamma/default.nix')
-rwxr-xr-xpkgs/development/libraries/haskell/gamma/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/haskell/gamma/default.nix b/pkgs/development/libraries/haskell/gamma/default.nix
index 96b8f6035ac..ca06e9cf927 100755
--- a/pkgs/development/libraries/haskell/gamma/default.nix
+++ b/pkgs/development/libraries/haskell/gamma/default.nix
@@ -9,7 +9,7 @@ cabal.mkDerivation (self : {
     homepage = "https://github.com/mokus0/gamma";
     description = "Gamma function and related functions.";
     license = self.stdenv.lib.licenses.publicDomain;
-    platforms = self.stdenv.lib.platforms.haskellPlatforms;
+    platforms = self.ghc.meta.platforms;
     maintainers = [ self.stdenv.lib.maintainers.simons ];
   };
 })