mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
calamares: remove qtquick1 input
Qt Quick was removed from Qt 5.6.
This commit is contained in:
parent
d22df66c54
commit
b4e28007da
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue