cosmic-notifications: substituteInPlace prefer --replace-fail
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user