Merge pull request #298795 from baloo/baloo/swtpm/platform

swtpm: add a platform entry to meta attributes
This commit is contained in:
Pol Dellaiera 2024-03-25 11:03:32 +01:00 committed by GitHub
commit 13d9cd4730
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -101,5 +101,6 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.bsd3;
maintainers = [ maintainers.baloo ];
mainProgram = "swtpm";
platforms = platforms.all;
};
})