From 2b39cfb57e0ca598faafe9c0b748e74028cc9794 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 9 Oct 2023 00:08:57 +0000 Subject: [PATCH] sxmo-utils: add deps via PATH suffix, not prefix that makes them overridable by the user, more easily --- pkgs/additional/sxmo-utils/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/additional/sxmo-utils/common.nix b/pkgs/additional/sxmo-utils/common.nix index b306cb0a..8ad8f838 100644 --- a/pkgs/additional/sxmo-utils/common.nix +++ b/pkgs/additional/sxmo-utils/common.nix @@ -171,7 +171,7 @@ stdenv.mkDerivation rec { ;; (*) wrapProgram "$f" \ - --prefix PATH : "${lib.makeBinPath runtimeDeps}" + --suffix PATH : "${lib.makeBinPath runtimeDeps}" ;; esac done