summary refs log tree commit diff
path: root/pkgs/tools/misc/calamares
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-05-11 13:14:55 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-05-11 13:14:55 -0500
commitb4e28007daed114eb673533a16e2baf883bff79e (patch)
tree0ba78104fff9adc4e357312614bdfbaed31d8d52 /pkgs/tools/misc/calamares
parentd22df66c54df371039f5d71382beddf559ec5f05 (diff)
downloadnixpkgs-b4e28007daed114eb673533a16e2baf883bff79e.tar
nixpkgs-b4e28007daed114eb673533a16e2baf883bff79e.tar.gz
nixpkgs-b4e28007daed114eb673533a16e2baf883bff79e.tar.bz2
nixpkgs-b4e28007daed114eb673533a16e2baf883bff79e.tar.lz
nixpkgs-b4e28007daed114eb673533a16e2baf883bff79e.tar.xz
nixpkgs-b4e28007daed114eb673533a16e2baf883bff79e.tar.zst
nixpkgs-b4e28007daed114eb673533a16e2baf883bff79e.zip
calamares: remove qtquick1 input
Qt Quick was removed from Qt 5.6.
Diffstat (limited to 'pkgs/tools/misc/calamares')
-rw-r--r--pkgs/tools/misc/calamares/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/calamares/default.nix b/pkgs/tools/misc/calamares/default.nix
index f9f9f06eb51..596030216f6 100644
--- a/pkgs/tools/misc/calamares/default.nix
+++ b/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
   ];