summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/ghc/6.10.1.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-03-23 13:05:43 +0100
committerPeter Simons <simons@cryp.to>2013-03-23 15:58:14 +0100
commit83d0a3a37c68b380bfd23d2fd6fde090571d9423 (patch)
tree5d0d8f20b6e436bb18e1bde41e3168b709f7721c /pkgs/development/compilers/ghc/6.10.1.nix
parent573e61ea6ffee9f5088a950f81430ce496a72044 (diff)
ghc: add meta.license attribute to all compiler versions
Diffstat (limited to 'pkgs/development/compilers/ghc/6.10.1.nix')
-rw-r--r--pkgs/development/compilers/ghc/6.10.1.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ghc/6.10.1.nix b/pkgs/development/compilers/ghc/6.10.1.nix
index b53ce9aced37..ccb9f434230a 100644
--- a/pkgs/development/compilers/ghc/6.10.1.nix
+++ b/pkgs/development/compilers/ghc/6.10.1.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = {
inherit homepage;
description = "The Glasgow Haskell Compiler";
- platforms = ghc.meta.platforms;
+ inherit (ghc.meta) license platforms;
};