cosmic-notifications: substituteInPlace prefer --replace-fail

This commit is contained in:
a-kenji 2024-09-25 21:09:58 +02:00
parent 020cd9506a
commit a032655423

View File

@ -45,7 +45,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 which pkg-config makeBinaryWrapper ];