mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
configuration-ghc-7.9.x: fix license attribute for doctest override
This commit is contained in:
parent
c07db33941
commit
cbca401a04
@ -108,6 +108,6 @@ self: super: {
|
|||||||
];
|
];
|
||||||
homepage = "https://github.com/sol/doctest#readme";
|
homepage = "https://github.com/sol/doctest#readme";
|
||||||
description = "Test interactive Haskell examples";
|
description = "Test interactive Haskell examples";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = pkgs.stdenv.lib.licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user