mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
digikam: switch from QtWebKit to QtWebEngine
This commit is contained in:
parent
75ca6faece
commit
00754cd689
@ -6,7 +6,7 @@
|
||||
, qtbase
|
||||
, qtxmlpatterns
|
||||
, qtsvg
|
||||
, qtwebkit
|
||||
, qtwebengine
|
||||
|
||||
, kcalcore
|
||||
, kconfigwidgets
|
||||
@ -84,7 +84,7 @@ mkDerivation rec {
|
||||
qtbase
|
||||
qtxmlpatterns
|
||||
qtsvg
|
||||
qtwebkit
|
||||
qtwebengine
|
||||
|
||||
kcalcore
|
||||
kconfigwidgets
|
||||
@ -105,6 +105,7 @@ mkDerivation rec {
|
||||
"-DENABLE_MYSQLSUPPORT=1"
|
||||
"-DENABLE_INTERNALMYSQL=1"
|
||||
"-DENABLE_MEDIAPLAYER=1"
|
||||
"-DENABLE_QWEBENGINE=on"
|
||||
];
|
||||
|
||||
preFixup = ''
|
||||
|
Loading…
Reference in New Issue
Block a user