ghc: meta: add changelog

This commit is contained in:
SandaruKasa
2026-07-25 00:28:38 +03:00
parent e9d414af80
commit 7e0419cf17
@@ -945,6 +945,9 @@ stdenv.mkDerivation (
timeout = 24 * 3600;
platforms = lib.platforms.all;
inherit (bootPkgs.ghc.meta) license;
}
// lib.optionalAttrs (rev == null) {
changelog = "https://downloads.haskell.org/~ghc/${version}/docs/users_guide/${version}-notes.html";
};
dontStrip = targetPlatform.useAndroidPrebuilt || targetPlatform.isWasm;