mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
kauth: preserve buildInputs order
This commit is contained in:
parent
253509dfe5
commit
ce9f00278a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user