Skip to content

Commit 15c5832

Browse files
committed
gdmd: use replaceVars intead of substituteAll
1 parent 0c2f7d5 commit 15c5832

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pkgs/by-name/gd/gdmd/package.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
lib,
33
stdenvNoCC,
44
fetchFromGitHub,
5-
substituteAll,
5+
replaceVars,
66
gdc,
77
perl,
88
}:
@@ -18,8 +18,7 @@ stdenvNoCC.mkDerivation {
1818
};
1919

2020
patches = [
21-
(substituteAll {
22-
src = ./0001-gdc-store-path.diff;
21+
(replaceVars ./0001-gdc-store-path.diff {
2322
gdc_dir = "${gdc}/bin";
2423
})
2524
];

0 commit comments

Comments
 (0)