rawtherapee-git: remove -git
version
As discussed in #32337 the `-git` version is outdated since a while and doesn't compile with modern compilers anymore. closes #32337
This commit is contained in:
parent
48b0e5ddbc
commit
241f3bb673
@ -1,37 +0,0 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig, cmake, pixman, libpthreadstubs, gtkmm2, libXau
|
|
||||||
, libXdmcp, lcms2, libiptcdata, libcanberra_gtk2, fftw, expat, pcre, libsigcxx
|
|
||||||
}:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
name = "rawtherapee-git-2016-10-10";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "Beep6581";
|
|
||||||
repo = "RawTherapee";
|
|
||||||
rev = "0821eea7b6a4ac2fce1fcf644e06078e161e41e3";
|
|
||||||
sha256 = "1nwb6b1qrpdyigwig7bvr42lf7na1ngm0q2cislcvb2v1nmk6nlz";
|
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
|
||||||
buildInputs = [ cmake pixman libpthreadstubs gtkmm2 libXau libXdmcp
|
|
||||||
lcms2 libiptcdata libcanberra_gtk2 fftw expat pcre libsigcxx ];
|
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-std=gnu++11 -Wno-deprecated-declarations -Wno-unused-result";
|
|
||||||
|
|
||||||
# Copy generated ReleaseInfo.cmake so we don't need git. File was
|
|
||||||
# generated manually using `./tools/generateReleaseInfo` in the
|
|
||||||
# source folder. Make sure to regenerate it when updating.
|
|
||||||
preConfigure = ''
|
|
||||||
cp ${./ReleaseInfo.cmake} ./ReleaseInfo.cmake
|
|
||||||
'';
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
description = "RAW converter and digital photo processing software";
|
|
||||||
homepage = http://www.rawtherapee.com/;
|
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
|
||||||
maintainers = with stdenv.lib.maintainers; [ viric jcumming mahe the-kenny ];
|
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
|
||||||
};
|
|
||||||
}
|
|
@ -16517,11 +16517,6 @@ with pkgs;
|
|||||||
cmake = cmake_2_8; # problems after 3.4 -> 3.6.0
|
cmake = cmake_2_8; # problems after 3.4 -> 3.6.0
|
||||||
};
|
};
|
||||||
|
|
||||||
rawtherapee-git = lowPrio (callPackage ../applications/graphics/rawtherapee/dev.nix {
|
|
||||||
fftw = fftwSinglePrec;
|
|
||||||
cmake = cmake_2_8; # problems after 3.4 -> 3.6.0
|
|
||||||
});
|
|
||||||
|
|
||||||
rclone = callPackage ../applications/networking/sync/rclone { };
|
rclone = callPackage ../applications/networking/sync/rclone { };
|
||||||
|
|
||||||
rcs = callPackage ../applications/version-management/rcs { };
|
rcs = callPackage ../applications/version-management/rcs { };
|
||||||
|
Loading…
Reference in New Issue
Block a user