ahoviewer: 1.5.0 -> 1.6.4 (#49307)
This commit is contained in:
parent
0c5d9e5c52
commit
b489c57f35
@ -8,13 +8,13 @@ assert useUnrar -> unrar != null;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ahoviewer-${version}";
|
name = "ahoviewer-${version}";
|
||||||
version = "1.5.0";
|
version = "1.6.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ahodesuka";
|
owner = "ahodesuka";
|
||||||
repo = "ahoviewer";
|
repo = "ahoviewer";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1adzxp30fwh41y339ha8i5qp89zf21dw18vcicqqnzvyxbk5r3ig";
|
sha256 = "144jmk8w7dnmqy4w81b3kzama7i97chx16pgax2facn72a92921q";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
@ -29,11 +29,6 @@ stdenv.mkDerivation rec {
|
|||||||
gst_all_1.gst-plugins-base
|
gst_all_1.gst-plugins-base
|
||||||
] ++ stdenv.lib.optional useUnrar unrar;
|
] ++ stdenv.lib.optional useUnrar unrar;
|
||||||
|
|
||||||
# https://github.com/ahodesuka/ahoviewer/issues/60
|
|
||||||
# Already fixed in the master branch
|
|
||||||
# TODO: remove this next release
|
|
||||||
makeFlags = [ ''LIBS=-lssl -lcrypto'' ];
|
|
||||||
|
|
||||||
postPatch = ''patchShebangs version.sh'';
|
postPatch = ''patchShebangs version.sh'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user