cosmic-bg: subtituteInPlace use --replace-fail
This commit is contained in:
parent
3b8ecf7659
commit
78e1247f1b
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user