Add meta to packages

This commit is contained in:
2025-09-30 15:10:38 +02:00
parent 824dee5c86
commit 9ffc04786f
22 changed files with 175 additions and 4 deletions

View File

@@ -111,4 +111,12 @@ 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 = with lib.maintainers.bsc; [ rarias ];
platforms = lib.platforms.linux;
license = lib.licenses.lgpl21Plus;
};
}