diff options
author | Nikolay Amiantov | 2016-01-13 13:37:49 +0300 |
---|---|---|
committer | Nikolay Amiantov | 2016-01-13 16:01:36 +0300 |
commit | 5ad58df002dbb0e35b5faac0b153a8413998c7e2 (patch) | |
tree | c4992d5ad9787d9b7be6f894a605ec0645151b0f /pkgs/applications/display-managers/sddm | |
parent | 1046a57f796b296b1164262c8fd5d34ca969bf40 (diff) |
sddm: add QtQuick dependency to the wrapper
Diffstat (limited to 'pkgs/applications/display-managers/sddm')
-rw-r--r-- | pkgs/applications/display-managers/sddm/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/display-managers/sddm/default.nix b/pkgs/applications/display-managers/sddm/default.nix index b7bf5ee56640..89dfab1a6896 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 |