Merge pull request #252897 from frlan/homebank/darwin

homebank: Enable support for darwin

authored by Weijia Wang and committed by GitHub e6aa3388 04079732

+1 -1
+1 -1
pkgs/applications/office/homebank/default.nix
··· 17 homepage = "http://homebank.free.fr/"; 18 license = licenses.gpl2Plus; 19 maintainers = with maintainers; [ pSub ]; 20 - platforms = platforms.linux; 21 }; 22 }
··· 17 homepage = "http://homebank.free.fr/"; 18 license = licenses.gpl2Plus; 19 maintainers = with maintainers; [ pSub ]; 20 + platforms = platforms.linux ++ platforms.darwin; 21 }; 22 }