3
0
Fork 0
forked from mirrors/nixpkgs

kdevelop5: Use makeBinPath

This commit is contained in:
Tuomas Tynkkynen 2017-09-27 03:47:44 +03:00 committed by Tuomas Tynkkynen
parent dc75fb694c
commit b89022f2c5

View file

@ -39,7 +39,7 @@ mkDerivation rec {
postInstall = ''
# The kdevelop! script (shell environment) needs qdbus and kioclient5 in PATH.
wrapProgram "$out/bin/kdevelop!" --prefix PATH ":" "${qttools}/bin:${kde-cli-tools}/bin"
wrapProgram "$out/bin/kdevelop!" --prefix PATH ":" "${lib.makeBinPath [ qttools kde-cli-tools ]}"
# Fix the (now wrapped) kdevelop! to find things in right places:
# - Make KDEV_BASEDIR point to bin directory of kdevplatform.