We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 742b655 commit 572361fCopy full SHA for 572361f
pkgs/applications/graphics/rawtherapee/default.nix
@@ -3,14 +3,14 @@
3
}:
4
5
stdenv.mkDerivation rec {
6
- version = "5.0-r1";
+ version = "5.2";
7
name = "rawtherapee-" + version;
8
9
src = fetchFromGitHub {
10
owner = "Beep6581";
11
repo = "RawTherapee";
12
- rev = version + "-gtk3";
13
- sha256 = "06v3ir5562yg4zk9z8kc8a7sw7da88193sizjlk74gh5d3smgr4q";
+ rev = version;
+ sha256 = "0i3cr3335bw8yxxzn6kcdx6ccinlnxzrdbgl3ld1kym1w2n5449k";
14
};
15
16
buildInputs = [
@@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
22
23
cmakeFlags = [
24
"-DPROC_TARGET_NUMBER=2"
25
+ "-DCACHE_NAME_SUFFIX=\"\""
26
];
27
28
CMAKE_CXX_FLAGS = "-std=c++11 -Wno-deprecated-declarations -Wno-unused-result";
0 commit comments