Skip to content

Commit

Permalink
rawtherapee: 4.2.1025 -> 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
the-kenny committed Jan 27, 2017
1 parent 9276178 commit 3842e82
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions pkgs/applications/graphics/rawtherapee/default.nix
Expand Up @@ -3,21 +3,19 @@
}:

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

src = fetchFromGitHub {
owner = "Beep6581";
repo = "RawTherapee";
rev = "dc4bbe906ba92ddc66f98a3c26ce19822bfb99ab";
sha256 = "0c5za9s8533fiyl32378dq9rgd5044xi8y0wm2gkr7krbdnx74l3";
rev = "9fbbb052eefb739753f0f3d631e45694d659610a";
sha256 = "0r8wzxp7q77g3hjz7dr5lh5wih762pgjad3lkzjfhki9lxr7ii7q";
};

buildInputs = [ pkgconfig cmake pixman libpthreadstubs gtkmm2 libXau libXdmcp
lcms2 libiptcdata libcanberra_gtk2 fftw expat pcre libsigcxx ];

patches = [
./fix-glibmm-output.patch
buildInputs = [
pkgconfig cmake pixman libpthreadstubs gtkmm2 libXau libXdmcp
lcms2 libiptcdata libcanberra_gtk2 fftw expat pcre libsigcxx
];

cmakeFlags = [
Expand Down

0 comments on commit 3842e82

Please sign in to comment.