gcfflasher: set platforms

This commit is contained in:
Weijia Wang
2023-12-18 20:43:58 +01:00
committed by fleaz
parent 0ea45cd17b
commit 8ea5009875
@@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
homepage = "https://github.com/dresden-elektronik/gcfflasher";
maintainers = with maintainers; [ fleaz ];
platforms = platforms.all;
};
}