summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-27 06:54:44 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:12 -0500
commit5c7783427cbf681edad43c3e8e088de08bdc59fd (patch)
tree7d100d7cfe077c1dde0172b44389c77fbd7a52e9 /pkgs
parent1051cfa1811275a07d00218e75a13c939242a7f0 (diff)
downloadnixpkgs-5c7783427cbf681edad43c3e8e088de08bdc59fd.tar
nixpkgs-5c7783427cbf681edad43c3e8e088de08bdc59fd.tar.gz
nixpkgs-5c7783427cbf681edad43c3e8e088de08bdc59fd.tar.bz2
nixpkgs-5c7783427cbf681edad43c3e8e088de08bdc59fd.tar.lz
nixpkgs-5c7783427cbf681edad43c3e8e088de08bdc59fd.tar.xz
nixpkgs-5c7783427cbf681edad43c3e8e088de08bdc59fd.tar.zst
nixpkgs-5c7783427cbf681edad43c3e8e088de08bdc59fd.zip
extra-cmake-modules: assume propagatedBuildInputs
The KDE build system assumes buildInputs = propagatedBuildInputs.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.21/extra-cmake-modules/setup-hook.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.21/extra-cmake-modules/setup-hook.sh b/pkgs/desktops/kde-5/frameworks-5.21/extra-cmake-modules/setup-hook.sh
index 193cb048949..49ac5d0c8b5 100644
--- a/pkgs/desktops/kde-5/frameworks-5.21/extra-cmake-modules/setup-hook.sh
+++ b/pkgs/desktops/kde-5/frameworks-5.21/extra-cmake-modules/setup-hook.sh
@@ -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