diff options
Diffstat (limited to 'pkgs/applications/display-managers/sddm/default.nix')
-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 |