From afc35531ae9f2f5bbf9ea4064999f99021360b8b Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 2 Aug 2024 22:59:23 +0200 Subject: [PATCH] bonnmotion: remove hardcoded /build --- pkgs/development/tools/misc/bonnmotion/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/misc/bonnmotion/default.nix b/pkgs/development/tools/misc/bonnmotion/default.nix index 0c3406c785eb..dc77da6d7e18 100644 --- a/pkgs/development/tools/misc/bonnmotion/default.nix +++ b/pkgs/development/tools/misc/bonnmotion/default.nix @@ -29,7 +29,7 @@ stdenv.mkDerivation rec { cp ./bin/bm $out/bin/ substituteInPlace $out/bin/bm \ - --replace /build/source $out/share/bonnmotion + --replace-fail "$PWD" $out/share/bonnmotion runHook postInstall '';