forked from mirrors/nixpkgs
sddm: add QtQuick dependency to the wrapper
This commit is contained in:
parent
1046a57f79
commit
5ad58df002
|
@ -25,9 +25,11 @@ let
|
||||||
nativeBuildInputs = [ cmake pkgconfig qttools ];
|
nativeBuildInputs = [ cmake pkgconfig qttools ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libxcb libpthreadstubs libXdmcp libXau qtbase qtdeclarative pam systemd
|
libxcb libpthreadstubs libXdmcp libXau qtbase pam systemd
|
||||||
];
|
];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ qtdeclarative ];
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DCONFIG_FILE=/etc/sddm.conf"
|
"-DCONFIG_FILE=/etc/sddm.conf"
|
||||||
# Set UID_MIN and UID_MAX so that the build script won't try
|
# Set UID_MIN and UID_MAX so that the build script won't try
|
||||||
|
|
Loading…
Reference in a new issue