configuration-ghc-7.9.x: fix license attribute for doctest override
This commit is contained in:
parent
c07db33941
commit
cbca401a04
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue