3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #65918 from r-ryantm/auto-update/digikam

digikam: 6.1.0 -> 6.2.0
This commit is contained in:
Maximilian Bosch 2019-08-04 23:58:53 +02:00 committed by GitHub
commit 9d48556347
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,13 +52,13 @@
mkDerivation rec {
pname = "digikam";
version = "6.1.0";
version = "6.2.0";
src = fetchFromGitHub {
owner = "KDE";
repo = "digikam";
rev = "v${version}";
sha256 = "0h0jqfgpanhxfi3r7cgip58ppypqx79z6c5jj7i7f19hp2zziip8";
sha256 = "1l1nb1nwicmip2jxhn5gzr7h60igvns0zs3kzp36r6qf4wvg3v2z";
};
nativeBuildInputs = [ cmake doxygen extra-cmake-modules kdoctools wrapGAppsHook ];
@ -105,6 +105,8 @@ mkDerivation rec {
threadweaver
];
enableParallelBuilding = true;
cmakeFlags = [
"-DENABLE_MYSQLSUPPORT=1"
"-DENABLE_INTERNALMYSQL=1"