Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 953a5325169c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 40d3adb5a363
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 16, 2019

  1. rawtherapee: 5.5 -> 5.7 (#71765)

    * rawtherapee: 5.5 -> 5.7
    Add librsvg and update to latest release
    paperdigits authored and c0bw3b committed Nov 16, 2019
    Copy the full SHA
    40d3adb View commit details
Showing with 5 additions and 5 deletions.
  1. +5 −5 pkgs/applications/graphics/rawtherapee/default.nix
10 changes: 5 additions & 5 deletions pkgs/applications/graphics/rawtherapee/default.nix
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{ stdenv, fetchFromGitHub, pkgconfig, cmake, pixman, libpthreadstubs, gtkmm3, libXau
, libXdmcp, lcms2, libiptcdata, libcanberra-gtk3, fftw, expat, pcre, libsigcxx, wrapGAppsHook
, lensfun
, lensfun, librsvg
}:

stdenv.mkDerivation rec {
version = "5.5";
name = "rawtherapee-" + version;
version = "5.7";
pname = "rawtherapee";

src = fetchFromGitHub {
owner = "Beep6581";
repo = "RawTherapee";
rev = version;
sha256 = "13clnx7rwkfa7wxgsim1xdx2pd7gwmmdad1m8a3fvywr20ml8xzk";
sha256 = "0j3887a3683fqpvp66kaw6x81ai3gf5nvrbmb4cc8rb0lgj2xv2g";
};

nativeBuildInputs = [ cmake pkgconfig wrapGAppsHook ];

buildInputs = [
pixman libpthreadstubs gtkmm3 libXau libXdmcp
lcms2 libiptcdata libcanberra-gtk3 fftw expat pcre libsigcxx lensfun
lcms2 libiptcdata libcanberra-gtk3 fftw expat pcre libsigcxx lensfun librsvg
];

cmakeFlags = [