Skip to content

Commit

Permalink
nomacs: 3.4 -> 3.6.1
Browse files Browse the repository at this point in the history
fixes #24589
  • Loading branch information
lprndn authored and Mic92 committed Apr 3, 2017
1 parent 1bf690c commit 75319eb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkgs/applications/graphics/nomacs/default.nix
Expand Up @@ -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];

Expand All @@ -48,7 +48,6 @@ stdenv.mkDerivation rec {
quazip
gsettings_desktop_schemas];


cmakeFlags = ["-DENABLE_OPENCV=ON"
"-DENABLE_RAW=ON"
"-DENABLE_TIFF=ON"
Expand Down

0 comments on commit 75319eb

Please sign in to comment.