cura5: fix path of cura5 ()

This commit is contained in:
Arne Keller 2024-12-08 02:26:28 +01:00 committed by GitHub
parent cf0dcee23f
commit d2eec57ac2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -33,7 +33,7 @@ let
fi fi
args+=("$a") args+=("$a")
done done
exec "${cura5}/bin/${name}" "''${args[@]}" exec "${cura5}/bin/cura5" "''${args[@]}"
''; '';
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {