Merge pull request #77389 from erictapen/imv-4.1.0

imv: 4.0.1 -> 4.1.0
This commit is contained in:
Vladyslav M 2020-01-09 23:42:35 +02:00 committed by GitHub
commit 429812d0cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,18 +2,18 @@
, freeimage, fontconfig, pkgconfig , freeimage, fontconfig, pkgconfig
, asciidoc, docbook_xsl, libxslt, cmocka , asciidoc, docbook_xsl, libxslt, cmocka
, librsvg, pango, libxkbcommon, wayland , librsvg, pango, libxkbcommon, wayland
, libGLU , libGLU, icu
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "imv"; pname = "imv";
version = "4.0.1"; version = "4.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "eXeC64"; owner = "eXeC64";
repo = "imv"; repo = "imv";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256:01fbkbwwsyr00k3mwans8jfb9p4gl02v6z62vgx0pkgrzxjkcz07"; sha256 = "sha256:0gk8g178i961nn3bls75a8qpv6wvfvav6hd9lxca1skaikd33zdx";
}; };
preBuild = '' preBuild = ''
@ -36,6 +36,7 @@ stdenv.mkDerivation rec {
pango pango
pkgconfig pkgconfig
wayland wayland
icu
]; ];
installFlags = [ "PREFIX=$(out)" "CONFIGPREFIX=$(out)/etc" ]; installFlags = [ "PREFIX=$(out)" "CONFIGPREFIX=$(out)/etc" ];