From 5ad58df002dbb0e35b5faac0b153a8413998c7e2 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Wed, 13 Jan 2016 13:37:49 +0300 Subject: [PATCH] sddm: add QtQuick dependency to the wrapper --- pkgs/applications/display-managers/sddm/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/display-managers/sddm/default.nix b/pkgs/applications/display-managers/sddm/default.nix index b7bf5ee5664..89dfab1a689 100644 --- a/pkgs/applications/display-managers/sddm/default.nix +++ b/pkgs/applications/display-managers/sddm/default.nix @@ -25,9 +25,11 @@ let nativeBuildInputs = [ cmake pkgconfig qttools ]; buildInputs = [ - libxcb libpthreadstubs libXdmcp libXau qtbase qtdeclarative pam systemd + libxcb libpthreadstubs libXdmcp libXau qtbase pam systemd ]; + propagatedBuildInputs = [ qtdeclarative ]; + cmakeFlags = [ "-DCONFIG_FILE=/etc/sddm.conf" # Set UID_MIN and UID_MAX so that the build script won't try