mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
Because of Nix precedence rules, the previous version of `mkCoqDerivation` required that the supplied `src` parameter to a package's release were a function that returned the source. If an actual source was provided, a confusing error message was thrown. This commit fixes this issue.