Add meta to packages

This commit is contained in:
2025-09-30 15:10:38 +02:00
parent c4c3e54133
commit c9410dc5ab
26 changed files with 208 additions and 6 deletions

View File

@@ -111,4 +111,13 @@ stdenv.mkDerivation rec {
# then [ "--enable-openmp" ]
# else []
# );
meta = {
homepage = "https://github.com/bsc-performance-tools/extrae";
description = "Instrumentation framework to generate execution traces of the most used parallel runtimes";
maintainers = [ ];
broken = true;
platforms = lib.platforms.linux;
license = lib.licenses.lgpl21Plus;
};
}