Merge pull request #202228 from borgmanJeremy/flameshot_darwin
flameshot: add darwin support
This commit is contained in:
commit
839f8c9fa6
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user