ocrad: supports darwin

This commit is contained in:
Matthew Bauer 2018-04-30 23:33:49 -05:00
parent 7cbf408086
commit ccaebf04c1

View File

@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ pSub ];
platforms = platforms.gnu ++ platforms.linux; # arbitrary choice
platforms = platforms.unix;
};
}