Add meta to packages

This commit is contained in:
2025-09-30 15:10:38 +02:00
parent 824dee5c86
commit f41c035b0d
22 changed files with 172 additions and 1 deletions

View File

@@ -123,6 +123,7 @@ in
homepage = "https://github.com/bsc-pm/nanos6";
description = "Nanos6 runtime for OmpSs-2" +
optionalString (enableDebug) " (with debug symbols)";
maintainers = with maintainers.bsc; [ rarias ];
platforms = platforms.linux;
license = licenses.gpl3;
};