treewide: substituteAll -> replaceVars/substitute
substituteAll is now officially deprecated.
This commit is contained in:
parent
d31710fb2c
commit
abfad3d295
12 changed files with 56 additions and 43 deletions
|
|
@ -14,9 +14,13 @@ let
|
|||
|
||||
withName =
|
||||
path:
|
||||
pkgs.substituteAll {
|
||||
pkgs.substitute {
|
||||
src = path;
|
||||
name = cfg.wrappedPackageName;
|
||||
substitutions = [
|
||||
"--replace"
|
||||
"@name@"
|
||||
cfg.wrappedPackageName
|
||||
];
|
||||
};
|
||||
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue