Merge pull request #202228 from borgmanJeremy/flameshot_darwin

flameshot: add darwin support
This commit is contained in:
Jörg Thalheim 2022-12-01 23:08:02 +01:00 committed by GitHub
commit 839f8c9fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
};
}