Merge pull request #284155 from wegank/libbgcode-platforms

libbgcode: set meta.platforms
This commit is contained in:
Weijia Wang 2024-01-27 13:12:37 +01:00 committed by GitHub
commit 60d5b71dc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,5 +36,6 @@ stdenv.mkDerivation {
description = "Prusa Block & Binary G-code reader / writer / converter";
license = licenses.agpl3Only;
maintainers = with maintainers; [ lach ];
platforms = platforms.unix;
};
}