Skip to content

Commit

Permalink
rawtherapee: 5.0-r1 -> 5.2
Browse files Browse the repository at this point in the history
(cherry picked from commit 572361f)
  • Loading branch information
markus1189 authored and rycee committed Sep 6, 2017
1 parent 7b17499 commit 58ed8fa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/applications/graphics/rawtherapee/default.nix
Expand Up @@ -3,14 +3,14 @@
}:

stdenv.mkDerivation rec {
version = "5.0-r1";
version = "5.2";
name = "rawtherapee-" + version;

src = fetchFromGitHub {
owner = "Beep6581";
repo = "RawTherapee";
rev = version + "-gtk3";
sha256 = "06v3ir5562yg4zk9z8kc8a7sw7da88193sizjlk74gh5d3smgr4q";
rev = version;
sha256 = "0i3cr3335bw8yxxzn6kcdx6ccinlnxzrdbgl3ld1kym1w2n5449k";
};

buildInputs = [
Expand All @@ -22,6 +22,7 @@ stdenv.mkDerivation rec {

cmakeFlags = [
"-DPROC_TARGET_NUMBER=2"
"-DCACHE_NAME_SUFFIX=\"\""
];

CMAKE_CXX_FLAGS = "-std=c++11 -Wno-deprecated-declarations -Wno-unused-result";
Expand Down

0 comments on commit 58ed8fa

Please sign in to comment.