nomacs: 3.4 -> 3.6.1

fixes #24589
This commit is contained in:
Lprndn 2017-04-03 11:04:04 +02:00 committed by Jörg Thalheim
parent 1bf690c1bb
commit 75319eb203
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -18,19 +18,19 @@
}:
stdenv.mkDerivation rec {
version = "3.4";
version = "3.6.1";
src = fetchFromGitHub {
owner = "nomacs";
repo = "nomacs";
rev = "3.4";
sha256 = "1l7q85dsiss0ix25niybj27zx1ssd439mwj449rxixa351cg1r2z";
rev = version;
sha256 = "0yli05hhmd57v3mynq78nmr15rbpm0vadv273pavmcnayv86yl44";
};
name = "nomacs-${version}";
enableParallelBuilding = true;
sourceRoot = "${name}/ImageLounge";
sourceRoot = "${name}-src/ImageLounge";
patches = [./fix-appdata-install.patch];
@ -48,7 +48,6 @@ stdenv.mkDerivation rec {
quazip
gsettings_desktop_schemas];
cmakeFlags = ["-DENABLE_OPENCV=ON"
"-DENABLE_RAW=ON"
"-DENABLE_TIFF=ON"