flameshot: Add darwin support

This commit is contained in:
borgmanJeremy 2022-11-21 12:30:30 -06:00
parent debe1b93c9
commit 2d40e4bc7f

View File

@ -33,6 +33,6 @@ mkDerivation rec {
homepage = "https://github.com/flameshot-org/flameshot";
maintainers = with maintainers; [ scode oxalica ];
license = licenses.gpl3Plus;
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
};
}