gcfflasher: set platforms

This commit is contained in:
Weijia Wang 2023-12-11 16:46:13 +01:00 committed by fleaz
parent 0ea45cd17b
commit 8ea5009875
No known key found for this signature in database
GPG Key ID: AED15F8FDD04D083

View File

@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
homepage = "https://github.com/dresden-elektronik/gcfflasher";
maintainers = with maintainers; [ fleaz ];
platforms = platforms.all;
};
}