Unverified Commit 15c5832f authored by TomaSajt's avatar TomaSajt
Browse files

gdmd: use replaceVars intead of substituteAll

parent 0c2f7d5f
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  stdenvNoCC,
  fetchFromGitHub,
  substituteAll,
  replaceVars,
  gdc,
  perl,
}:
@@ -18,8 +18,7 @@ stdenvNoCC.mkDerivation {
  };

  patches = [
    (substituteAll {
      src = ./0001-gdc-store-path.diff;
    (replaceVars ./0001-gdc-store-path.diff {
      gdc_dir = "${gdc}/bin";
    })
  ];