firedrake: Add meta information

This commit is contained in:
Tyson Whitehead
2018-01-14 09:19:03 -05:00
parent adbd06e5b2
commit 572953ff66

View File

@@ -54,4 +54,10 @@ in
];
patches = [ ./firedrake-setup.patch ];
meta = {
homepage = "http://www.firedrakeproject.org";
description = "Firedrake is an automated system for the portable solution of partial differential equations using the finite element method (FEM).";
license = licenses.gpl3;
};
}