kauth: preserve buildInputs order

This commit is contained in:
Thomas Tuegel 2022-03-24 11:32:12 -05:00
parent 253509dfe5
commit ce9f00278a
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -7,7 +7,7 @@
mkDerivation {
name = "kauth";
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ qttools ] ++ lib.optional enablePolkit polkit-qt;
buildInputs = lib.optional enablePolkit polkit-qt ++ [ qttools ];
propagatedBuildInputs = [ kcoreaddons ];
patches = [
./cmake-install-paths.patch