Add meta to packages

This commit is contained in:
2025-09-30 15:10:38 +02:00
parent 916ab8440e
commit 7b3e503b12
22 changed files with 169 additions and 2 deletions

View File

@@ -145,4 +145,12 @@ in
popd
'';
meta = with lib; {
homepage = "https://www.intel.com/content/www/us/en/developer/tools/overview.html";
description = "Intel compiler";
maintainers = with maintainers.bsc; [ rarias ];
platforms = platforms.linux;
license = licenses.unfree;
};
}