Skip to content

Commit

Permalink
kdeWrapper: fix eval
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Mar 23, 2017
1 parent 310e6ef commit 3ff736b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/kde/wrapper.nix
Expand Up @@ -51,7 +51,7 @@ stdenv.mkDerivation {
--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 GIO_EXTRA_MODULES : "${dconf.lib}/lib/gio/modules"
--prefix GIO_EXTRA_MODULES : "${dconf}/lib/gio/modules"
good="1"
break
fi
Expand Down

0 comments on commit 3ff736b

Please sign in to comment.