calamares: remove qtquick1 input

Qt Quick was removed from Qt 5.6.
wip/yesman
Thomas Tuegel 8 years ago
parent d22df66c54
commit b4e28007da
  1. 4
      pkgs/tools/misc/calamares/default.nix

@ -1,6 +1,6 @@
{ stdenv, fetchgit, cmake, polkit-qt, libyamlcpp, python, boost, parted
, extra-cmake-modules, kconfig, ki18n, kcoreaddons, solid, utillinux, libatasmart
, ckbcomp, glibc, tzdata, xkeyboard_config, qtbase, qtquick1, qtsvg, qttools }:
, ckbcomp, glibc, tzdata, xkeyboard_config, qtbase, qtsvg, qttools }:
stdenv.mkDerivation rec {
name = "calamares-${version}";
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [
cmake qtbase qtquick1 qtsvg qttools libyamlcpp python boost polkit-qt parted
cmake qtbase qtsvg qttools libyamlcpp python boost polkit-qt parted
extra-cmake-modules kconfig ki18n kcoreaddons solid utillinux libatasmart
];

Loading…
Cancel
Save