bonnmotion: remove hardcoded /build

This commit is contained in:
Peder Bergebakken Sundt
2024-08-02 22:59:23 +02:00
parent ecf7c683c2
commit afc35531ae
@@ -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
'';