mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
tsukae: remove platform specifics
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
190a599b31
commit
62d2d1953e
|
@ -21,6 +21,5 @@ buildGoModule rec {
|
|||
license = licenses.mit;
|
||||
mainProgram = pname;
|
||||
maintainers = with maintainers; [ l3af ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue