Merge pull request #252897 from frlan/homebank/darwin

homebank: Enable support for darwin
This commit is contained in:
Weijia Wang 2023-09-08 00:56:25 +02:00 committed by GitHub
commit e6aa338820
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
homepage = "http://homebank.free.fr/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ pSub ];
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
};
}