cosmic-launcher: substituteInPlace prefer --replace-fail

This commit is contained in:
a-kenji
2024-12-17 12:01:40 +01:00
parent e724d9fd92
commit e10085521b

View File

@@ -52,7 +52,7 @@ rustPlatform.buildRustPackage rec {
];
postPatch = ''
substituteInPlace justfile --replace '#!/usr/bin/env' "#!$(command -v env)"
substituteInPlace justfile --replace-fail '#!/usr/bin/env' "#!$(command -v env)"
'';
postInstall = ''