tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kdenetwork-filesharing: fixup inputs and outputs
Thomas Tuegel
8 years ago
90a72a50
c54222a1
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
kde
kdenetwork-filesharing.nix
+1
-1
pkgs/applications/kde/kdenetwork-filesharing.nix
···
11
maintainers = [ lib.maintainers.ttuegel ];
12
};
13
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
14
-
propagatedBuildInputs = [ kcoreaddons ki18n kio kwidgetsaddons samba ];
15
}
···
11
maintainers = [ lib.maintainers.ttuegel ];
12
};
13
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
14
+
buildInputs = [ kcoreaddons ki18n kio kwidgetsaddons samba ];
15
}