Merge pull request #102263 from Thra11/julius-1-5-1
julius: 1.4.1 -> 1.5.1
This commit is contained in:
commit
56e6adf649
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue