abcm2ps: 8.13.24 -> 8.14.0
This commit is contained in:
parent
dc427b0ff0
commit
1ee5cbe9d4
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig, which, freetype, pango }:
|
{ stdenv, fetchFromGitHub, pkgconfig, which, docutils, freetype, pango }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "abcm2ps-${version}";
|
name = "abcm2ps-${version}";
|
||||||
version = "8.13.24";
|
version = "8.14.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "leesavide";
|
owner = "leesavide";
|
||||||
repo = "abcm2ps";
|
repo = "abcm2ps";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0xb0gdxbagy6bzrh61s667svab43r06d6yi20gw52dh022mj99ag";
|
sha256 = "1nlvq2cfdy5pghll3aprws7yx5p14gcrhz10q9fa6myrd8ad4if1";
|
||||||
};
|
};
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
"CC=${stdenv.cc}/bin/cc"
|
"CC=${stdenv.cc}/bin/cc"
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ which pkgconfig ];
|
nativeBuildInputs = [ which pkgconfig docutils ];
|
||||||
|
|
||||||
buildInputs = [ freetype pango ];
|
buildInputs = [ freetype pango ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user