mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
kde5.kdnssd: propagate all buildInputs
This commit is contained in:
parent
1acadc2255
commit
f8c5148825
|
@ -5,9 +5,7 @@
|
|||
|
||||
kdeFramework {
|
||||
name = "kdnssd";
|
||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [ avahi ];
|
||||
meta = {
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
};
|
||||
propagatedBuildInputs = [ avahi ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue