mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #284155 from wegank/libbgcode-platforms
libbgcode: set meta.platforms
This commit is contained in:
commit
60d5b71dc8
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user