configuration-ghc-7.9.x: fix license attribute for doctest override

This commit is contained in:
Peter Simons 2015-01-10 12:50:09 +01:00
parent c07db33941
commit cbca401a04

View file

@ -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;
};
}