cosmic-bg: subtituteInPlace use --replace-fail (#337905)

This commit is contained in:
rewine
2024-09-04 10:49:21 +08:00
committed by GitHub
+1 -1
View File
@@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
};
postPatch = ''
substituteInPlace justfile --replace '#!/usr/bin/env' "#!$(command -v env)"
substituteInPlace justfile --replace-fail '#!/usr/bin/env' "#!$(command -v env)"
'';
nativeBuildInputs = [ just pkg-config makeBinaryWrapper ];