mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
Merge pull request #112399 from marsam/update-satysfi
satysfi: 0.0.5 -> 0.0.6
This commit is contained in:
commit
30fa054bfd
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchzip, fetchFromGitHub, ruby, dune_2, ocamlPackages
|
{ lib, stdenv, fetchFromGitHub, ruby, dune_2, ocamlPackages
|
||||||
, ipaexfont, junicode, lmodern, lmmath
|
, ipaexfont, junicode, lmodern, lmmath
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
@ -35,12 +35,12 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "satysfi";
|
pname = "satysfi";
|
||||||
version = "0.0.5";
|
version = "0.0.6";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gfngfn";
|
owner = "gfngfn";
|
||||||
repo = "SATySFi";
|
repo = "SATySFi";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1y72by6d15bc6qb1lv1ch6cm1i74gyr0w127nnvs2s657snm0y1n";
|
sha256 = "1wdmcz2b7v37msmsvjvbyj7x5a80qfws8a7w72q0g5959pw5fdxj";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -70,7 +70,8 @@ in
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/gfngfn/SATySFi";
|
homepage = "https://github.com/gfngfn/SATySFi";
|
||||||
description = "A statically-typed, functional typesetting system";
|
description = "A statically-typed, functional typesetting system";
|
||||||
license = licenses.lgpl3;
|
changelog = "https://github.com/gfngfn/SATySFi/blob/v${version}/CHANGELOG.md";
|
||||||
|
license = licenses.lgpl3Only;
|
||||||
maintainers = [ maintainers.mt-caret maintainers.marsam ];
|
maintainers = [ maintainers.mt-caret maintainers.marsam ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user