mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-15 00:24:47 +00:00
alkimia: switch from qtwebkit to qtwebengine
See PR #201028 and issue #53079
This commit is contained in:
parent
ab91816a45
commit
1e64f5e60a
@ -1,5 +1,5 @@
|
||||
{ mkDerivation, fetchurl, lib
|
||||
, extra-cmake-modules, doxygen, graphviz, qtbase, qtwebkit, mpir
|
||||
, extra-cmake-modules, doxygen, graphviz, qtbase, qtwebengine, mpir
|
||||
, kdelibs4support, plasma-framework, knewstuff, kpackage
|
||||
}:
|
||||
|
||||
@ -14,7 +14,7 @@ mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ extra-cmake-modules doxygen graphviz ];
|
||||
|
||||
buildInputs = [ qtbase qtwebkit kdelibs4support plasma-framework knewstuff kpackage ];
|
||||
buildInputs = [ qtbase qtwebengine kdelibs4support plasma-framework knewstuff kpackage ];
|
||||
propagatedBuildInputs = [ mpir ];
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user