summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@secure.mailbox.org>2017-04-30 07:33:50 -0500
committerGitHub <noreply@github.com>2017-04-30 07:33:50 -0500
commit4e0d21edd189a1d925355aa1af6c96023b8535df (patch)
tree3eeeea88c1fc77acbc3c013b86b8010faf12ff6d /pkgs/build-support
parent5e3de3938e995beaa7f4c6c05a908254b390fdc0 (diff)
parent6fa2979ebcaa98be0d978474cfbaa68d8d19a896 (diff)
downloadnixlib-4e0d21edd189a1d925355aa1af6c96023b8535df.tar
nixlib-4e0d21edd189a1d925355aa1af6c96023b8535df.tar.gz
nixlib-4e0d21edd189a1d925355aa1af6c96023b8535df.tar.bz2
nixlib-4e0d21edd189a1d925355aa1af6c96023b8535df.tar.lz
nixlib-4e0d21edd189a1d925355aa1af6c96023b8535df.tar.xz
nixlib-4e0d21edd189a1d925355aa1af6c96023b8535df.tar.zst
nixlib-4e0d21edd189a1d925355aa1af6c96023b8535df.zip
Merge pull request #25285 from ttuegel/qt--fix-plugin-paths
Qt: purify plugin paths, unify Linux and Darwin builders
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/kde/wrapper.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/build-support/kde/wrapper.nix b/pkgs/build-support/kde/wrapper.nix
index 228eb696bd9a..4442b111d790 100644
--- a/pkgs/build-support/kde/wrapper.nix
+++ b/pkgs/build-support/kde/wrapper.nix
@@ -48,9 +48,9 @@ stdenv.mkDerivation {
                     --suffix PATH : "$env/bin" \
                     --prefix XDG_CONFIG_DIRS : "$env/etc/xdg" \
                     --prefix XDG_DATA_DIRS : "$env/share:${gtk3}/share/gsettings-schemas/${gtk3.name}" \
-                    --set QML_IMPORT_PATH "$env/lib/qt5/imports" \
-                    --set QML2_IMPORT_PATH "$env/lib/qt5/qml" \
-                    --set QT_PLUGIN_PATH "$env/lib/qt5/plugins" \
+                    --prefix QML_IMPORT_PATH : "$env/lib/qt5/imports" \
+                    --prefix QML2_IMPORT_PATH : "$env/lib/qt5/qml" \
+                    --prefix QT_PLUGIN_PATH : "$env/lib/qt5/plugins" \
                     --prefix GIO_EXTRA_MODULES : "${dconf.lib}/lib/gio/modules"
                 good="1"
                 break