mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
logstalgia: enable darwin build
This commit is contained in:
parent
c190b32772
commit
2f87bee8ca
|
|
@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
|
|||
a Miscellaneous section.
|
||||
'';
|
||||
|
||||
platforms = platforms.gnu ++ platforms.linux;
|
||||
platforms = platforms.gnu ++ platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
mainProgram = "logstalgia";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue