julius: 1.4.1 -> 1.5.1

Mark as broken on darwin
This commit is contained in:
Tom Hall 2020-10-31 19:43:19 +00:00
parent f28c4a120f
commit c96656d306

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "julius"; pname = "julius";
version = "1.4.1"; version = "1.5.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bvschaik"; owner = "bvschaik";
repo = "julius"; repo = "julius";
rev = "v${version}"; rev = "v${version}";
sha256 = "12hhnhdwgz7hd3hlndbnk15pxggm1375qs0764ija4nl1gbpb110"; sha256 = "10d6py1cmkq8lnb5h3w8rdpp4fmpd1wgqkgiabdghqxi7b2s0g4b";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];
@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/bvschaik/julius"; homepage = "https://github.com/bvschaik/julius";
license = licenses.agpl3; license = licenses.agpl3;
platforms = platforms.all; platforms = platforms.all;
broken = stdenv.isDarwin;
maintainers = with maintainers; [ Thra11 ]; maintainers = with maintainers; [ Thra11 ];
}; };
} }