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