1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

extra-cmake-modules: assume propagatedBuildInputs

The KDE build system assumes buildInputs = propagatedBuildInputs.
This commit is contained in:
Thomas Tuegel 2016-04-27 06:54:44 -05:00
parent 1051cfa181
commit 5c7783427c

View file

@ -10,12 +10,7 @@ _ecmPropagateSharedData() {
"kconf_update" \
"kservices5" \
"kservicetypes5" \
"kxmlgui5" \
"knotifications5" \
"icons" \
"sounds" \
"templates" \
"wallpapers" \
"applications" \
"desktop-directories" \
"mime" \
@ -26,7 +21,6 @@ _ecmPropagateSharedData() {
for dir in ${sharedPaths[@]}; do
if [ -d "$1/share/$dir" ]; then
addToSearchPathOnce NIX_WRAP_XDG_DATA_DIRS "$1/share"
propagateOnce propagatedBuildInputs "$1"
propagateOnce propagatedUserEnvPkgs "$1"
break
fi