Commit cabb9231 authored by Frank Lanitz's avatar Frank Lanitz Committed by Weijia Wang
Browse files

homebank: Enable support for darwin

parent 6c72c63d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}