From cbca401a04e0a7d80ce0b9589457735e219a163b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 10 Jan 2015 12:50:09 +0100 Subject: [PATCH] configuration-ghc-7.9.x: fix license attribute for doctest override --- pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix index a41ce4650c5..341429bbc1d 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix @@ -108,6 +108,6 @@ self: super: { ]; homepage = "https://github.com/sol/doctest#readme"; description = "Test interactive Haskell examples"; - license = self.stdenv.lib.licenses.mit; + license = pkgs.stdenv.lib.licenses.mit; }; }