Archived
1
0
forked from rarias/bscpkgs

Add meta to packages

This commit is contained in:
2025-09-30 15:10:38 +02:00
parent c56073b78e
commit 4c17c95033
22 changed files with 169 additions and 2 deletions

View File

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