summary refs log tree commit diff
path: root/pkgs/applications/display-managers
diff options
context:
space:
mode:
authornyanloutre <paul@nyanlout.re>2019-07-31 20:06:43 +0200
committernyanloutre <paul@nyanlout.re>2019-08-16 11:26:17 +0200
commit5ce0480a8cf9c41139f9cd656385de9bbf9b33f4 (patch)
treee161494ecab363bacaa051b9b287064cff8008c6 /pkgs/applications/display-managers
parent1cfe46034bc8d11483a9e8d15dd475f00acf0e3f (diff)
downloadnixpkgs-5ce0480a8cf9c41139f9cd656385de9bbf9b33f4.tar
nixpkgs-5ce0480a8cf9c41139f9cd656385de9bbf9b33f4.tar.gz
nixpkgs-5ce0480a8cf9c41139f9cd656385de9bbf9b33f4.tar.bz2
nixpkgs-5ce0480a8cf9c41139f9cd656385de9bbf9b33f4.tar.lz
nixpkgs-5ce0480a8cf9c41139f9cd656385de9bbf9b33f4.tar.xz
nixpkgs-5ce0480a8cf9c41139f9cd656385de9bbf9b33f4.tar.zst
nixpkgs-5ce0480a8cf9c41139f9cd656385de9bbf9b33f4.zip
sddm: add missing dependency for breeze theme
Diffstat (limited to 'pkgs/applications/display-managers')
-rw-r--r--pkgs/applications/display-managers/sddm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/display-managers/sddm/default.nix b/pkgs/applications/display-managers/sddm/default.nix
index b5d32493003..63f241d9d1c 100644
--- a/pkgs/applications/display-managers/sddm/default.nix
+++ b/pkgs/applications/display-managers/sddm/default.nix
@@ -1,6 +1,6 @@
 { mkDerivation, lib, fetchFromGitHub
 , cmake, extra-cmake-modules, pkgconfig, libxcb, libpthreadstubs
-, libXdmcp, libXau, qtbase, qtdeclarative, qttools, pam, systemd
+, libXdmcp, libXau, qtbase, qtdeclarative, qtquickcontrols2, qttools, pam, systemd
 }:
 
 let
@@ -29,7 +29,7 @@ in mkDerivation rec {
   nativeBuildInputs = [ cmake extra-cmake-modules pkgconfig qttools ];
 
   buildInputs = [
-    libxcb libpthreadstubs libXdmcp libXau pam qtbase qtdeclarative systemd
+    libxcb libpthreadstubs libXdmcp libXau pam qtbase qtdeclarative qtquickcontrols2 systemd
   ];
 
   cmakeFlags = [