Skip to content

Commit

Permalink
alkimia: switch from qtwebkit to qtwebengine
Browse files Browse the repository at this point in the history
See PR NixOS#201028 and issue NixOS#53079
  • Loading branch information
das-g committed Nov 19, 2022
1 parent ab91816 commit 1e64f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/alkimia/default.nix
@@ -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
}:

Expand All @@ -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 = {
Expand Down

0 comments on commit 1e64f5e

Please sign in to comment.