Commit 4dc17c92 authored by jopejoe1's avatar jopejoe1
Browse files

postgresqlPackages.age: fix evaling of meta

In cases where src was a throw, meta failed to eval fixing this by not referencing src in meta.
parent e33e1eb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ postgresqlBuildExtension (finalAttrs: {
    broken = !builtins.elem (lib.versions.major postgresql.version) (builtins.attrNames hashes);
    description = "Graph database extension for PostgreSQL";
    homepage = "https://age.apache.org/";
    changelog = "https://github.com/apache/age/raw/v${finalAttrs.src.rev}/RELEASE";
    changelog = "https://github.com/apache/age/raw/PG${lib.versions.major postgresql.version}/v${finalAttrs.version}/RELEASE";
    maintainers = [ ];
    platforms = postgresql.meta.platforms;
    license = lib.licenses.asl20;