cosmic-player: substituteInPlace prefer --replace-fail

This commit is contained in:
a-kenji
2025-02-24 23:00:32 +07:00
parent 3516729a2f
commit 76564dc584
+1 -1
View File
@@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-p1ylYB6xuF0UrhUO+QbGIgxqvZeQ6+GIbSNijTDXyRE=";
postPatch = ''
substituteInPlace justfile --replace '#!/usr/bin/env' "#!$(command -v env)"
substituteInPlace justfile --replace-fail '#!/usr/bin/env' "#!$(command -v env)"
'';
nativeBuildInputs = [