cosmic-bg: subtituteInPlace use --replace-fail

This commit is contained in:
a-kenji 2024-08-28 11:18:20 +02:00
parent 3b8ecf7659
commit 78e1247f1b

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 ];