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