sxmo-utils: add deps via PATH suffix, not prefix

that makes them overridable by the user, more easily
This commit is contained in:
Colin 2023-10-09 00:08:57 +00:00
parent 1ffaa232d8
commit 2b39cfb57e

View File

@ -171,7 +171,7 @@ stdenv.mkDerivation rec {
;;
(*)
wrapProgram "$f" \
--prefix PATH : "${lib.makeBinPath runtimeDeps}"
--suffix PATH : "${lib.makeBinPath runtimeDeps}"
;;
esac
done