Merge pull request #266065 from NickCao/edk2-pytool-library

python311Packages.edk2-pytool-library: set meta.platforms
This commit is contained in:
Nick Cao 2023-11-07 17:10:15 -05:00 committed by GitHub
commit 878631d48a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,5 +65,6 @@ buildPythonPackage rec {
changelog = "https://github.com/tianocore/edk2-pytool-library/releases/tag/v${version}";
license = licenses.bsd2Patent;
maintainers = with maintainers; [ nickcao ];
platforms = platforms.linux;
};
}