sddm: no propagatedBuildInputs
This commit is contained in:
parent
dd3f3de3e3
commit
91b99ec929
@ -14,7 +14,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
in mkDerivation rec {
|
in mkDerivation rec {
|
||||||
name = "sddm-unwrapped-${version}";
|
name = "sddm-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sddm";
|
owner = "sddm";
|
||||||
@ -36,11 +36,7 @@ in mkDerivation rec {
|
|||||||
nativeBuildInputs = [ cmake extra-cmake-modules pkgconfig qttools ];
|
nativeBuildInputs = [ cmake extra-cmake-modules pkgconfig qttools ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libxcb libpthreadstubs libXdmcp libXau pam systemd
|
libxcb libpthreadstubs libXdmcp libXau pam qtbase qtdeclarative systemd
|
||||||
];
|
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
|
||||||
qtbase qtdeclarative
|
|
||||||
];
|
];
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user